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