bytes-cast-derive 0.1.0

Safely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data. Procedural macro for compile-time soundness checking.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true
test = false

[package]
authors = ["Octobus"]
description = "Safely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data. Procedural macro for compile-time soundness checking."
edition = "2018"
license = "Zlib OR Apache-2.0 OR MIT"
name = "bytes-cast-derive"
repository = "https://foss.heptapod.net/octobus/rust/bytes-cast"
version = "0.1.0"