Learning in Public
/posts
/tags
Search
No results
1 result
$NUMBER results
Entries tagged :: rust
2025-11-30
Rust vs Zig: the ecosystem maturity gap
I thought Zig would be simpler and Rust harder. After building the same project in both, I learned that language simplicity doesn't matter when the tooling fights you at every step.
Read more ⟶
2025-11-14
String vs &str in rust
The two string types in Rust, when to use each, and why the distinction actually matters for memory management.
Read more ⟶