[dependencies.bitpiece_macros]
version = "2.4.0"
[dependencies.const_for]
version = "0.1.5"
[dependencies.paste]
version = "1.0.15"
[dependencies.static_assertions]
version = "1.1.0"
[lib]
name = "bitpiece"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "encoding", "no-std", "parsing"]
description = "bitfields for rust"
edition = "2021"
keywords = ["bitfield"]
license = "MIT"
name = "bitpiece"
readme = "README.md"
repository = "https://github.com/roeeshoshani/bitpiece"
version = "2.4.0"
[[test]]
name = "b_types"
path = "tests/b_types.rs"
[[test]]
name = "const_context"
path = "tests/const_context.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "enums"
path = "tests/enums.rs"
[[test]]
name = "mut_ref"
path = "tests/mut_ref.rs"
[[test]]
name = "nesting"
path = "tests/nesting.rs"
[[test]]
name = "opt_in_features"
path = "tests/opt_in_features.rs"
[[test]]
name = "primitive_types"
path = "tests/primitive_types.rs"
[[test]]
name = "sb_types"
path = "tests/sb_types.rs"
[[test]]
name = "structs"
path = "tests/structs.rs"
[[test]]
name = "trait_usage"
path = "tests/trait_usage.rs"