17
Working as a Rust dev
(linux.community)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
That's my favorite part about rust. Each step of the program is so well defined. No wondering if something will be uninitialized, throw, be null, or worse, what type of data you are working with in the first place. The option and result types have made working in languages without them a slog.