Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 285 Bytes

File metadata and controls

15 lines (10 loc) · 285 Bytes

example_proc_macro

This crate contains an example proc macro that uses tracing to emit log records.

To view the log records, run the following command:

RUST_LOG=trace cargo build --workspace --bins

To compile without logs:

cargo build --workspace --bins