Docs.rs
kekbit-core-0.2.2
kekbit-core 0.2.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
motoras
Dependencies
kekbit-codecs ^0.1.0
normal
log ^0.4.8
normal
memmap ^0.7.0
normal
assert_matches ^1.3.0
dev
crossbeam ^0.7.3
dev
nix ^0.17.0
dev
simple_logger ^1.5.0
dev
tempdir ^0.3.7
dev
Versions
90.22%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kekbit_
core
0.2.2
Module reader
Module Items
Structs
In kekbit_
core::
shm
kekbit_core
::
shm
Module
reader
Copy item path
Source
Structs
ยง
ShmReader
An implementation of the
Reader
which access a persistent channel through memory mapping. A
ShmReader
must be created using the
shm_reader
function.