Awesome news! Rust is easily the best programming experience I've had--the language feels incredibly well thought out, common tooling like doc generation and dependency management are included with the language, and the compiler takes full advantage of language features such that my editor's linter is able to detect most mistakes I make and the language itself guards me from doing anything obviously unsafe. I thought…
> Rust is easily the best programming experience I've had When you make this statement, what languages are you comparing it against?
You may notice a lack of other modern compiled languages like Zig, so take that bias in mind :)