tree: 5e48c12527a95db68585891d18df5f4219339135 [path history] [tgz]
  1. examples/
  2. src/
  3. tools/
  4. .cargo-checksum.json
  5. BUILD.gn
  6. Cargo.toml
  7. LICENSE
  8. README.md
third_party/rust_crates/vendor/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.