rustc/vendor/fuchsia-zircon
2018-12-16 10:13:16 -08:00
..
examples New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
src New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
tools New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
.cargo-checksum.json New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
BUILD.gn New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
Cargo.toml New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
LICENSE New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
README.md New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00

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.