162
Rust drivers expected to become more common in Linux kernel
(www.theregister.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Rust code (and the ecosystem) seems to put a higher priority on describing code contracts through the type system and documentation. I personally feel you don't need as much context to write functional code compared to C where every corner of the codebase might be hiding something that could impact the part your working on.