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.