]> git.proxmox.com Git - rustc.git/blame - src/vendor/magenta/README.md
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / magenta / README.md
CommitLineData
ea8adc8c
XL
1Rust bindings for Magenta kernel
2================================
3
4This repository contains Rust language bindings for Magenta kernel syscalls. The
5main crate contains type-safe wrappers, while the inner "sys" crate contains the
6raw types and FFI declarations.
7
8To get started, see the [GETTING_STARTED](GETTING_STARTED.md) documentation.