binmarshal 0.2.6

Pack and unpack structs and enums into and out of binary data streams.
Documentation
[dependencies.anyhow]
default-features = false
optional = true
version = "1.0.76"

[dependencies.binmarshal-macros]
default-features = false
version = "^0.2.0"

[dependencies.schemars]
optional = true
version = "0.8.12"

[dependencies.serde]
optional = true
version = "1.0.159"

[features]
anyhow = ["dep:anyhow"]
default = ["serde", "schema", "anyhow"]
schema = ["binmarshal-macros/schema", "dep:schemars"]
serde = ["binmarshal-macros/serde", "dep:serde"]
std = ["anyhow/std"]

[package]
authors = ["Jaci Brunning"]
description = "Pack and unpack structs and enums into and out of binary data streams."
documentation = "https://docs.rs/binmarshal"
edition = "2021"
license = "MIT"
name = "binmarshal"
readme = "README.md"
repository = "https://github.com/GrappleRobotics/binmarshal"
version = "0.2.6"