shua_struct 0.5.2

Flexible binary data parsing and building for Rust.
Documentation
[package]
name = "shua_struct"
version = "0.5.2"
edition = "2024"
authors = ["Shua <CHA_Shua@outlook.com>"]
license = "MIT"
repository = "https://github.com/Shua-github/shua-struct-rs"
description = "Flexible binary data parsing and building for Rust."
readme = "../README.md"

[dependencies]
bitvec = "1.0.1"
shua_struct_macro = { version = "0.5.1", path = "../shua_struct_macro" }

[features]
array = []
bool = []
int = []
float = []
cstring = []
option = []

all = ["array", "bool", "int", "float", "cstring", "option"]