Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bus1/r-linux
Capability-based Linux Runtime
https://github.com/bus1/r-linux
Last synced: about 8 hours ago
JSON representation
Capability-based Linux Runtime
- Host: GitHub
- URL: https://github.com/bus1/r-linux
- Owner: bus1
- Created: 2022-08-02T08:52:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T08:27:23.000Z (about 2 years ago)
- Last Synced: 2024-10-14T00:51:13.371Z (about 1 month ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 85
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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**:
* **Bug Tracker**:### Requirements
The requirements for this project are:
* `rustc >= 1.56.0`
### Build
To build this project, run:
```sh
cargo build
```### Repository:
- **web**:
- **https**: `https://github.com/bus1/r-linux.git`
- **ssh**: `[email protected]:bus1/r-linux.git`### License:
- **MIT** OR **Apache-2.0** OR **LGPL-2.1-or-later**
- See AUTHORS file for details.