17 February 2022

Why Rust?

image

Once a month we have our internal Tech Talk, this time regarding Rust.

"Rust is a multi-paradigm, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. Rust enforces memory safety—that is, that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages."
(Wikipedia)

The agenda of our Tech Talk:

  • Why I love Rust?
  • Installing
  • Rust clippy, cargo clippy, cargo fix
  • Rust language server (RLS)
  • rustfmt
  • cargo fmt
  • switch default to nightly build if you want
  • and many more

image

#Rust #adealsystems #adealtechtalk