Explore >> Select a destination


You are here

tweedegolf.nl
| | blog.m-ou.se
13.0 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.
| | craigjb.com
14.3 parsecs away

Travel
| | Adventures in hardware hacking, low-level software, FPGAs, and more!
| | andrewkelley.me
15.1 parsecs away

Travel
| |
| | zzncx.top
70.2 parsecs away

Travel
| Making a digital clock from Arduino and other ready-made/off-the-shelf modules for fun and giggles.