# Linapi
[](https://github.com/RichardLitt/standard-readme)
[](https://crates.io/crates/linapi)


> High level bindings to various Linux APIs and interfaces
This crate provides high-level, safe, Rust bindings to
the various Linux Kernel APIs and interfaces.
This crate is currently experimental, and the API will change.
## Background
The goal of this crate is to provide relatively high-level bindings,
specifically for the Linux Kernel. From raw kernel APIs, to `ioctl`s, to
the kernel filesystems.
## Install
```toml
[dependencies]
linapi = "0.1.0"
```
## Usage
TODO: Usage
## API
On [docs.rs](https://docs.rs/linapi)
## Contributing
This crate is not looking for contributors at this time.
Feel free to ask questions and request bindings using github issues.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as below, without any additional terms or conditions.
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0)>
- MIT license
([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT)>
at your option.