[go: up one dir, main page]

magenta 0.1.1

Rust bindings for the Magenta kernel
Documentation
1
2
3
4
5
6
7
8
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.

To get started, see the [GETTING_STARTED](GETTING_STARTED.md) documentation.