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

#197 in Operating systems

Download history 36107/week @ 2023-12-16 14657/week @ 2023-12-23 24668/week @ 2023-12-30 27922/week @ 2024-01-06 28271/week @ 2024-01-13 32163/week @ 2024-01-20 30439/week @ 2024-01-27 32006/week @ 2024-02-03 33042/week @ 2024-02-10 28381/week @ 2024-02-17 39205/week @ 2024-02-24 29575/week @ 2024-03-02 29613/week @ 2024-03-09 30275/week @ 2024-03-16 35440/week @ 2024-03-23 33842/week @ 2024-03-30

134,200 downloads per month
Used in 3,344 crates (2 directly)

BSD-3-Clause

135KB
3K 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

~89KB