Explore >> Select a destination


You are here

blog.burntsushi.net
| | nick.groenen.me
2.8 parsecs away

Travel
| | After working through "the book" on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn't yet feel well-equipped to handle: "How should you structure error handling in a mature rust application?"
| | blog.m-ou.se
2.3 parsecs away

Travel
| | The fmt::Arguments type is one of my favorite types in the Rust standard library. It's not particularly amazing, but it is a great building block that is indirectly used in nearly every Rust program. This type, together with the format_args!() macro, is the power behind print!(), format!(), log::info!() and many more text formatting macros, both from the standard library and community crates. In this blog post, we learn how it works, how it is implemented today, and how that might change in the future.
| | corrode.dev
3.3 parsecs away

Travel
| | The phone buzzes at 3 AM. You roll out of bed, open your laptop, and see this in the logs: th...
| | benrutter.codeberg.page
25.3 parsecs away

Travel
|