This subcrate defines the main abstractions and provides the core components required to work with kekbit channels. In particular provides the ShmReader and ShmWriter for reading and writing to a memory mapped channel.
This crate can be use directly by adding this to your Cargo.toml
:
toml
[dependencies]
kekbit_core = "0.1.0"
A better approach will be to use this crate indirectly by adding a dependency to the main kekbit crate.
The minimum supported Rust version is 1.31. Any change to this is considered a breaking change.
Licensed under
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.