shared-buffer
An abstraction over buffers backed by memory-mapped files or bytes in memory
0.1.4
4.3M downloads/mo
#4818 most downloaded on crates.io
wasmerio/shared-buffer
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 6 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
5 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · May 2023 to Dec 2023Releases
latest 5-
0.1.414 Dec 2023 -
0.1.307 Jun 2023 -
0.1.206 Jun 2023Release notes
Open source →Fixed
- When slicing a mmapped buffer, the resulting offsets would be relative to the start of the file and not the start of the slice (#1)
-
0.1.118 May 2023 -
0.1.018 May 2023Release notes
Open source →Added
- Created an
OwnedBuffertype which is either an in-memory buffer (bytes::Bytes) or a mmapped buffer (memmap2::Mmap)
<!-- next-url --> [Unreleased]: https://github.com/wasmerio/shared-buffer/compare/v0.1.4...HEAD [0.1.4]: https://github.com/wasmerio/shared-buffer/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/wasmerio/shared-buffer/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/wasmerio/shared-buffer/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/wasmerio/shared-buffer/compare/v0.1.0..v0.1.1 [0.1.0]: https://github.com/wasmerio/shared-buffer/compare/6c299238..v0.1.0
- Created an