```rust use tracing_ez::{span, info};
fn main() { tracingez::setglobaldefaultstdout(); span!("main"); info!("Hello, world!"); }
```