4 releases
0.2.3 |
|
---|---|
0.2.2 | Feb 18, 2020 |
0.2.1 | Feb 14, 2020 |
0.1.1 | Feb 11, 2020 |
0.1.0 | Feb 11, 2020 |
#31 in #data-channel
83KB
1.5K
SLoC
Kekbit-Core
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.
Usage
This crate can be use directly by adding this to your Cargo.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.
Compatibility
The minimum supported Rust version is 1.31. Any change to this is considered a breaking change.
License
Licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)
Contribution
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.
Dependencies
~96–345KB