[package]
edition = "2024"
name = "shua_struct"
version = "0.5.0"
authors = ["Shua <CHA_Shua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexible binary data parsing and building for Rust."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Shua-github/shua-struct-rs"
[features]
all = [
"array",
"bool",
"int",
"float",
"cstring",
"option",
]
array = []
bool = []
cstring = []
float = []
int = []
option = []
[lib]
name = "shua_struct"
path = "src/lib.rs"
[dependencies.bitvec]
version = "1.0.1"
[dependencies.shua_struct_macro]
version = "0.5.0"