anybytes 0.8.0

A small library abstracting over bytes owning types in an extensible way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]https://crates.io/crates/bytes |||||
| [ownedbytes]https://crates.io/crates/ownedbytes |||||
| [minibytes]https://crates.io/crates/esl01-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](https://github.com/facebook/sapling).