[package] name = "shared_bytes" version = "0.1.0-beta.4" edition = "2021" authors = ["Jonas Jebing "] license = "MIT OR Apache-2.0" keywords = ["safe", "buffers", "zero-copy", "io", "shared"] categories = ["network-programming", "data-structures"] description = "Owned string and byte slices." repository = "https://gitlab.com/JonasJebing/safe_http_rs" documentation = "https://docs.rs/shared_bytes/" [features] unstable_feature_unsafe_optimizations = [] unstable_feature_no_unsafe_optimizations = [] [dev-dependencies] quickcheck = "1.0.3"