|
You are here |
blog.yoshuawuyts.com | ||
| | | | |
nora.codes
|
|
| | | | | [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
|
|
| | | | | The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases. | |
| | | | |
josephg.com
|
|
| | | | | [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
|
|
| | | 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. | ||