Rust

From CryptoWiki

Revision as of 08:59, 23 January 2022 by 5imp5on (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Basics

Pros

  • It shines in areas like mobile, where performance matters.
  • Has emphasis on 'safe code'. "With "safe code," objects are managed by the programming language from the beginning to the end. The developer doesn't o any pointer arithmetic or manage memory, as can be necessary in C or C++ programs."

Critiques

  • Luke Dashjr has publicly 'warned' people about Rust saying: "it's not possible to compile Rust code, without trusting a third-party Rust compiler binary. There is only one Rust compiler, and itself written in Rust, so a recursive backdoor cannot be ruled out."

Used by