[package] name = "bytes-cast" version = "0.3.0" authors = ["Octobus"] license = "Zlib OR Apache-2.0 OR MIT" repository = "https://foss.heptapod.net/octobus/rust/bytes-cast" description = "Safely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data." edition = "2021" [lib] test = false # Tests are doctests [dependencies] bytes-cast-derive = { version = "0.2", path = "derive" }