zencan-macro

Crates.iozencan-macro
lib.rszencan-macro
version0.0.1
created_at2025-05-23 17:40:20.606412+00
updated_at2025-10-29 19:53:57.794344+00
descriptionMacro crate for zencan
homepage
repositoryhttps://github.com/mcbridejc/zencan
max_upload_size
id1686557
size12,515
Jeff McBride (mcbridejc)

documentation

README

zencan-macro

Crate containing proc-macros for zencan. These are re-exported by zencan-node, so you probably do not need to depend on this crate directly.

Debugging Hints

Cargo expand is useful for seeing the macro output:

cargo install cargo-expand cargo expand --example record

When the output generates compile errors, you can do the following to get better errors:

cargo expand --example record > examples/expanded.rs cargo build --example expanded

Commit count: 197

cargo fmt