Docs.rs
fdringbuf-0.0.2
fdringbuf 0.0.2
Permalink
Docs.rs crate page
Apache-2.0/MIT
Links
Repository
crates.io
Source
Owners
diwic
Dependencies
libc *
nix *
Versions
Platform
i686-apple-darwin
i686-unknown-linux-gnu
x86_64-apple-darwin
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
1
2
3
4
5
6
7
#
!
[
cfg_attr
(
test
,
feature
(
test
))]
extern
crate
libc
;
pub
mod
ringbuf
;
pub
mod
fdbuf
;