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

#259 in Operating systems

Download history 23682/week @ 2024-07-30 26725/week @ 2024-08-06 21711/week @ 2024-08-13 24932/week @ 2024-08-20 23198/week @ 2024-08-27 21874/week @ 2024-09-03 22547/week @ 2024-09-10 21186/week @ 2024-09-17 23691/week @ 2024-09-24 22930/week @ 2024-10-01 21756/week @ 2024-10-08 21309/week @ 2024-10-15 24186/week @ 2024-10-22 20924/week @ 2024-10-29 21924/week @ 2024-11-05 21396/week @ 2024-11-12

92,282 downloads per month
Used in 3,326 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

~140KB