| Crates.io | dynbytes |
| lib.rs | dynbytes |
| version | 0.1.0 |
| created_at | 2024-06-19 16:06:08.283166+00 |
| updated_at | 2024-06-19 16:06:08.283166+00 |
| description | A small library abstracting over bytes owning types in an extensible way. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1277036 |
| size | 14,543 |
A small byte management library, that can abstract over various byte owning types, like Vec, bytes::Bytes, or memmap2::Mmap.
This library started as a fork of the minibyte library in facebooks sapling scm.