r-linux
=======
Capability-based Linux Runtime
The r-linux project provides direct access to the application programming
interfaces of the linux kernel. This includes direct unprotected accessors to
the kernel API, as well as rustified traits and functions to access the kernel
API in a safe, capability-based way.
### Project
* **Website**: <https://github.com/bus1/r-linux>
* **Bug Tracker**: <https://github.com/bus1/r-linux/issues>
### Requirements
The requirements for this project are:
* `rustc >= 1.56.0`
### Build
To build this project, run:
```sh
cargo build
```
### Repository:
- **web**: <https://github.com/bus1/r-linux>
- **https**: `https://github.com/bus1/r-linux.git`
- **ssh**: `git@github.com:bus1/r-linux.git`
### License:
- **MIT** OR **Apache-2.0** OR **LGPL-2.1-or-later**
- See AUTHORS file for details.