That was a very good description of Rust advantages which I feel tends to be a bit lost behind the safety part. Rust is a system-level language that also has exceptionally high expressiveness. So it can be used as a very high-level language, writing succint and readable code while retaining the ability to run on the bare metal (as small or as large as it needs to be).

#RustLang