tree: 7beba0f583d803d2296cda1909c3eb6ec60948ee [path history] [tgz]
  1. examples/
  2. fuchsia-zircon-status/
  3. fuchsia-zircon-sys/
  4. meta/
  5. src/
  6. test_util/
  7. tools/
  8. BUILD.gn
  9. Cargo.toml
  10. README.md
garnet/public/rust/fuchsia-zircon/README.md

Rust bindings for Zircon kernel

This repository contains Rust language bindings for Zircon kernel syscalls. The main crate contains type-safe wrappers, while the inner “sys” crate contains the raw types and FFI declarations.

There are two ways to build Rust artifacts targeting Fuchsia; using the Fargo cross compiling tool or including your artifact in the GN build. Of the two, Fargo is likely better for exploration and experimentation.