What is Rust?

    • Rust is a statically compiled language in a similar role as C++
      • uses LLVM as its backend.
    • Rust supports many :
      • x86, ARM, WebAssembly, …
    • Rust is used for a wide range of devices:
      • firmware and boot loaders,
      • smart displays,
      • mobile phones,
      • servers.

    Rust fits in the same area as C++:

    • High flexibility.
    • High level of control.
    • Can be scaled down to very constrained devices like mobile phones.
    • Focuses on reliability and safety without sacrificing performance.