r-linux 0.1.0

Capability-based Linux Runtime
Documentation
  • Coverage
  • 3.31%
    27 out of 815 items documented0 out of 25 items with examples
  • Size
  • Source code size: 86.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 16.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dvdhrm

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.