/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

brevzin.github.io
| | bcantrill.dtrace.org
5.0 parsecs away

Travel
| | [AI summary] The user provided a detailed and personal reflection on their experience with the Rust programming language, highlighting numerous features and tools that they find valuable. They praised Rust's error handling, type system, and community support, and also mentioned some areas for improvement. The reflection includes specific examples of Rust features such as `anyhow!`, `asm!`, and string continuations, and the user expresses a strong appreciation for Rust's capabilities and their potential impact on their career.
| | blog.m-ou.se
3.4 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.
| | ohadravid.github.io
5.1 parsecs away

Travel
| | Years ago, I worked on reimplementing some Python code in Rust and needed to adapt Python's dynamic reflection capabilities (aka __getattr__) to the strict and ...
| | nora.codes
24.0 parsecs away

Travel
|