tree: facfd1eaec00e57aaaaff2e7d0637c4db5ec403a [path history] [tgz]
  1. examples/
  2. mxruntime-sys/
  3. src/
  4. BUILD.gn
  5. Cargo.toml
  6. LICENSE
  7. README.md
public/rust/crates/mxruntime/README.md

Rust bindings for Zircon runtime services

This repository contains bindings for Zircon runtime services other than those directly provided by kernel syscalls. At the moment, that's primarily access to startup handles, but this also the correct place for launchpad bindings.

The low level bindings are in a subcrate mxruntime-sys, while the main crate contains a type-safe wrapper in terms of native Rust types.