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