bytes-quilt 0.1.0

Provides a data structure for tracking random-access writes to a buffer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytes]
version = "1.3.0"

[dependencies.thiserror]
version = "1.0.38"

[package]
authors = ["Zefira Shannon <zefira@hey.com>"]
categories = ["data-structures"]
description = "Provides a data structure for tracking random-access writes to a buffer."
edition = "2021"
homepage = "https://github.com/RadicalZephyr/bytes-quilt"
keywords = ["buffers", "zero-copy", "io", "networking"]
license = "Apache-2.0"
name = "bytes-quilt"
readme = "README.md"
repository = "https://github.com/RadicalZephyr/bytes-quilt"
version = "0.1.0"