anybytes 0.6.0

A small library abstracting over bytes owning types in an extensible way.
Documentation
1
2
3
4
5
6
A small byte management library, that can abstract over various byte owning types, like `Vec`, `bytes::Bytes`, or `memmap2::Mmap`.


## Acknowledgements
This library started as a fork of the minibyte library in facebooks [sapling scm](https://github.com/facebook/sapling).