Login
From:
yaymukund's weblog
(Uncensored)
subscribe
Wrapping Rust's log crate
https://blog.yaymukund.com/posts/wrapping-rust-s-log-crate/
links
backlinks
Roast topics
Find topics
Find it!
Rust’s log crate crate is a thin macro interface for logging that can plug in to many different backends. Its functions can be called just like println!: let yo…