| ▲ | robot-wrangler 2 hours ago | |
No built in logging seems pretty crazy. Is there a story behind that? | ||
| ▲ | iknowstuff 21 minutes ago | parent | next [-] | |
println!() exists but there are more fancy crates like http://lib.rs/tracing and https://lib.rs/crates/log | ||
| ▲ | sapiogram an hour ago | parent | prev [-] | |
Rust's standard library hasn't received any major additions since 1.0 in 2015, back when nobody was writing web services in Rust so no one needed logging. | ||