r-linux

Crates.ior-linux
lib.rsr-linux
version0.1.0
sourcesrc
created_at2022-08-02 09:04:37.076332
updated_at2022-08-02 09:04:37.076332
descriptionCapability-based Linux Runtime
homepagehttps://github.com/bus1/r-linux
repositoryhttps://github.com/bus1/r-linux
max_upload_size
id637248
size87,330
David Rheinsberg (dvdhrm)

documentation

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

Requirements

The requirements for this project are:

  • rustc >= 1.56.0

Build

To build this project, run:

cargo build

Repository:

License:

  • MIT OR Apache-2.0 OR LGPL-2.1-or-later
  • See AUTHORS file for details.
Commit count: 24

cargo fmt