3 unstable releases
Uses old Rust 2015
0.2.0 | Aug 11, 2017 |
---|---|
0.1.1 | Jul 27, 2017 |
0.1.0 | Jul 6, 2017 |
#481 in Operating systems
1,804 downloads per month
Used in mxruntime
130KB
3K
SLoC
Rust bindings for Magenta kernel
This repository contains Rust language bindings for Magenta 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 Magenta kernel syscalls.
Dependencies
~140KB