byteview 0.5.4

Thin, immutable zero-copy slice type
Documentation
[package]
name = "byteview"
description = "Thin, immutable zero-copy slice type"
license = "MIT OR Apache-2.0"
version = "0.5.4"
edition = "2021"
rust-version = "1.74"
readme = "README.md"
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
repository = "https://github.com/fjall-rs/byteview"
categories = ["data-structures"]
keywords = ["german-string", "string-view", "byte-slice"]

[lib]

[features]
default = []
serde = ["dep:serde"]

[dependencies]
serde = { version = "1.0.208", optional = true }

[dev-dependencies]
bytes = "1"
criterion = { version = "0.5", features = ["html_reports"] }
nanoid = "0.4.0"
rand = "0.9.0"
# TODO: Need MSRV 1.81
# rkyv = { version = "0.8.10", features = ["bytecheck", "unaligned"] }

[[bench]]
name = "bench"
harness = false