Skip to content

Files

Latest commit

Dec 17, 2024
ede5966 · Dec 17, 2024

History

History

example_proc_macro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 14, 2024
Dec 17, 2024
Dec 17, 2024

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