[[test]]
name = "bseq_pass"
path = "tests/bseq_pass.rs"
[[test]]
name = "bseq_fail"
path = "tests/bseq_fail.rs"
[dependencies.either]
version = "1.8.1"
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0.18"
[dev-dependencies.trybuild]
version = "1.0.42"
[lib]
name = "bit_seq"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Johannes Zottele official@johannes-zottele.at"]
categories = ["encoding", "parser-implementations"]
description = "A procedural macro for creating bit sequences."
edition = "2021"
keywords = ["bits", "macros", "bitmask", "proc-macro", "bit-manipulation"]
license = "MIT"
name = "bit_seq"
readme = "README.md"
repository = "https://github.com/Jozott00/bit_seq"
version = "0.1.1"