anybytes-0.7.0 has been yanked.
A small byte management library, that can abstract over various byte owning types, like Vec
, bytes::Bytes
, or memmap2::Mmap
.
Comparison
Crate | Active | Extensible | Zerocopy Integration | mmap support |
---|---|---|---|---|
anybytes | ✅ | ✅ | ✅ | ✅ |
bytes | ✅ | ✅ | ❌ | ❌ |
ownedbytes | ✅ | ✅ | ❌ | ✅ |
minibytes | ❌[^1] | ✅ | ❌ | ✅ |
[^1]: No longer maintained as an individual crate.
Acknowledgements
This library started as a fork of the minibyte library in facebooks sapling scm.