5 releases

Uses old Rust 2015

0.3.3 Jan 5, 2018
0.3.2 Nov 22, 2017
0.3.1 Nov 15, 2017
0.2.1 Oct 4, 2017
0.2.0 Sep 26, 2017

#118 in Operating systems

Download history 23517/week @ 2024-12-08 18658/week @ 2024-12-15 12054/week @ 2024-12-22 9894/week @ 2024-12-29 17735/week @ 2025-01-05 20979/week @ 2025-01-12 20176/week @ 2025-01-19 21026/week @ 2025-01-26 24917/week @ 2025-02-02 24498/week @ 2025-02-09 21804/week @ 2025-02-16 23183/week @ 2025-02-23 24319/week @ 2025-03-02 26485/week @ 2025-03-09 28216/week @ 2025-03-16 24037/week @ 2025-03-23

104,703 downloads per month
Used in 3,321 crates (2 directly)

BSD-3-Clause

99KB
2K SLoC

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.


lib.rs:

Type-safe bindings for Zircon kernel syscalls.

Dependencies

~150KB