list of articles tagged @rust
“Leaving Rust gamedev after 3 years” (via).
♧ 2024-04-27“Prefer Rust to C/C++ for new code” (via). Also, maybe then “Learn Rust the Dangerous Way”.
♧ 2024-04-25“The Rust compiler isn’t slow; we are” (via). TL;DR: try using
♧ 2024-04-25cargo tree
, cargo-bloat, and “dependencies” stats on lib.rs to replace dependencies with simpler ones; e.g. maybe gumdrop is enough vs. clap for args parsing, and nom vs. lalrpop for parser generator.