anybytes 0.8.0

A small library abstracting over bytes owning types in an extensible way.
Documentation
[dependencies.bytes]
features = ["serde"]
optional = true
version = "1.6.0"

[dependencies.memmap2]
optional = true
version = "0.9.4"

[dependencies.ownedbytes]
optional = true
version = "0.7.0"

[dependencies.zerocopy]
optional = true
version = "0.7.35"

[dev-dependencies.quickcheck]
version = "1.0"

[features]
bytes = ["dep:bytes"]
default = ["mmap", "zerocopy"]
mmap = ["dep:memmap2"]
ownedbytes = ["dep:ownedbytes"]
zerocopy = ["dep:zerocopy"]

[lib]
name = "anybytes"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A small library abstracting over bytes owning types in an extensible way."
edition = "2021"
license = "MIT"
name = "anybytes"
readme = "README.md"
repository = "https://github.com/triblespace/anybytes"
version = "0.8.0"