5 releases
0.1.4 | Dec 14, 2023 |
---|---|
0.1.3 | Jun 7, 2023 |
0.1.2 | Jun 6, 2023 |
0.1.1 | May 18, 2023 |
0.1.0 | May 18, 2023 |
#120 in Memory management
72,771 downloads per month
Used in 186 crates
(15 directly)
19KB
567 lines
shared-buffer
(API Docs)
An abstraction over buffers backed by memory-mapped files or bytes in memory.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
It is recommended to always use cargo crev
to verify the
trustworthiness of each of your dependencies, including this one.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
The intent of this crate is to be free of soundness bugs. The developers will do their best to avoid them, and welcome help in analysing and fixing them.
Dependencies
~345KB