brec_macros 0.4.0

Code generator for brec. Implements the block and payload macros.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "test_case"
version = "0.0.0"
edition = "2024"

[dependencies]
brec = { path = "../../../lib/core", features=["bincode"] }
serde = { version = "1.0", features = ["derive"] }

[workspace]