Docs.rs
periphery-0.1.0
periphery 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
danclive
Dependencies
libc ^0.2
normal
Versions
12.5%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
periphery/
lib.rs
1
2
3
// A Rust library for peripheral I/O (GPIO, PWM, SPI, I2C, MMIO) in Linux.
pub mod
sys;