timely_bytes 0.26.0

Disjoint mutable byte slices from a common allocation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "timely_bytes"
version = "0.26.0"
authors = ["Frank McSherry <fmcsherry@me.com>"]
edition = "2018"

description = "Disjoint mutable byte slices from a common allocation"

documentation = "https://docs.rs/timely/"
homepage = "https://github.com/TimelyDataflow/timely-dataflow"
repository = "https://github.com/TimelyDataflow/timely-dataflow.git"
keywords = ["timely", "dataflow", "bytes"]
license = "MIT"

[lints]
workspace = true