Crates.io | dynbytes |
lib.rs | dynbytes |
version | 0.1.0 |
source | src |
created_at | 2024-06-19 16:06:08.283166 |
updated_at | 2024-06-19 16:06:08.283166 |
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.