PackageTrack
Sign in Get early access

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 2023
2024 2025 2026
Release Pre-release

Releases

latest 5
  1. 0.1.4 14 Dec 2023
    Release notes

    chore: Release shared-buffer version 0.1.4

    Open source →
    Release notes

    Added

    • Added a From<Cow<'_, [u8]>> impl for OwnedBuffer (#5
    Open source →
  2. 0.1.3 07 Jun 2023
    Release notes

    chore: Release shared-buffer version 0.1.3

    Open source →
    Release notes
    • Added an impl From<OwnedBuffer> for Vec<u8> (#3)
    Open source →
  3. 0.1.2 06 Jun 2023
    Release notes

    chore: Release shared-buffer version 0.1.2

    Open source →
    Release notes

    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)
    Open source →
  4. 0.1.1 18 May 2023
    Release notes

    chore: Release shared-buffer version 0.1.1

    Open source →
    Release notes

    Added

    • Added more PartialEq trait implementations to OwnedBuffer
    Open source →
  5. 0.1.0 18 May 2023
    Release notes

    chore: Release shared-buffer version 0.1.0

    Open source →
    Release notes

    Added

    • Created an OwnedBuffer type 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

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive