/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

blog.yoshuawuyts.com
| | nora.codes
4.6 parsecs away

Travel
| | [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.
| | huonw.github.io
4.2 parsecs away

Travel
| | The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases.
| | josephg.com
3.7 parsecs away

Travel
| | [AI summary] The user has expressed a wealth of ideas for improving the Rust programming language, covering topics like comptime, macros, macros, and more. They also mention their frustration with certain language features and the challenges of contributing to the Rust ecosystem through RFCs.
| | kobzol.github.io
18.6 parsecs away

Travel
| Have you ever tried to compile a helloworld Rust program in -release mode? If yes, have you seen its binary size? Suffice to say, it's not exactly small. Or at least it wasn't small until recently. This post details how I found about the issue and my attempt to fix it in Cargo.