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

#131 in Operating systems

Download history 17656/week @ 2024-12-17 11113/week @ 2024-12-24 11761/week @ 2024-12-31 18425/week @ 2025-01-07 20113/week @ 2025-01-14 20666/week @ 2025-01-21 22467/week @ 2025-01-28 24943/week @ 2025-02-04 23448/week @ 2025-02-11 22844/week @ 2025-02-18 22379/week @ 2025-02-25 25309/week @ 2025-03-04 27624/week @ 2025-03-11 27095/week @ 2025-03-18 24640/week @ 2025-03-25 19975/week @ 2025-04-01

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

BSD-3-Clause

99KB
2K SLoC

Type-safe bindings for Zircon kernel syscalls.


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.

Dependencies

~150KB