Skip to content

Latest commit

 

History

History

example_proc_macro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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