• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-1813

src/H03-May-2022-2,7271,806

tools/H03-May-2022-5035

.cargo-checksum.jsonH A D03-May-202289 11

BUILD.gnH A D05-Jan-2018391 1511

Cargo.tomlH A D01-Jan-1970848 2522

Cargo.toml.orig-cargoH A D05-Jan-2018336 1210

LICENSEH A D03-Jan-20181.5 KiB2827

README.mdH A D03-Jan-2018576 1310

README.md

1Rust bindings for Zircon kernel
2================================
3
4This repository contains Rust language bindings for Zircon kernel syscalls. The
5main crate contains type-safe wrappers, while the inner "sys" crate contains the
6raw types and FFI declarations.
7
8There are two ways to build Rust artifacts targeting Fuchsia; using the
9[Fargo](https://fuchsia.googlesource.com/fargo/) cross compiling tool or
10including your [artifact in the GN
11build](https://fuchsia.googlesource.com/docs/+/master/rust.md). Of the two,
12Fargo is likely better for exploration and experimentation.
13