A small byte management library, that can abstract over various byte owning types, like `Vec`, `bytes::Bytes`, or `memmap2::Mmap`.
## Comparison
| anybytes | ✅ | ✅ | ✅ | ✅ |
| [bytes](https://crates.io/crates/bytes) | ✅ | ✅ | ❌ | ❌ |
| [ownedbytes](https://crates.io/crates/ownedbytes) | ✅ | ✅ | ❌ | ✅ |
| [minibytes](https://crates.io/crates/esl01-minibytes) | ❌ | ✅ | ❌ | ✅ |
## Acknowledgements
This library started as a fork of the minibyte library in facebooks [sapling scm](https://github.com/facebook/sapling).