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
[dependencies.bytes-cast-derive]
version = "0.1"

[lib]
test = false

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