bin-utils 0.2.3

A bunch of utility macros and traits for binary parsers.
Documentation
[dependencies.heapless]
optional = true
version = "0.7.16"

[dependencies.try_take]
version = "0.1.0"

[features]
capped = ["heapless"]
default = ["non_fixed", "numeric_rw", "capped"]
non_fixed = []
numeric_rw = []

[package]
authors = ["Frostie314159"]
description = "A bunch of utility macros and traits for binary parsers."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bin-utils"
readme = "README.md"
repository = "https://github.com/Frostie314159/bin-utils"
version = "0.2.3"