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

#265 in Operating systems

Download history 21429/week @ 2024-10-25 22272/week @ 2024-11-01 20360/week @ 2024-11-08 20592/week @ 2024-11-15 17889/week @ 2024-11-22 20696/week @ 2024-11-29 24034/week @ 2024-12-06 19185/week @ 2024-12-13 14229/week @ 2024-12-20 8879/week @ 2024-12-27 16674/week @ 2025-01-03 21047/week @ 2025-01-10 19819/week @ 2025-01-17 21206/week @ 2025-01-24 23780/week @ 2025-01-31 24836/week @ 2025-02-07

94,137 downloads per month
Used in 3,318 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

~145KB