bytes-cast 0.2.0

Safely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bytes-cast"
version = "0.2.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 = "2018"

[lib]
test = false # Tests are doctests

[dependencies]
bytes-cast-derive = { version = "0.1", path = "derive" }