tree: 4ed188a70c48b07c2373a83fd3ce07022cd9abed [path history] [tgz]
  1. examples/
  2. fuchsia-zircon-sys/
  3. meta/
  4. src/
  5. test_util/
  6. tools/
  7. BUILD.gn
  8. Cargo.toml
  9. 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.