mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 05:04:23 +00:00
.. | ||
examples | ||
src | ||
tools | ||
.cargo-checksum.json | ||
BUILD.gn | ||
Cargo.toml | ||
LICENSE | ||
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.