Rust: a safe and carefree language

preview_player
Показать описание
In the past six years, #Rust has become popular as a language that can achieve memory safety and thread safety without introducing a garbage collector.

While not having to rely on a garbage collector is indeed extremely useful in embedded software, that topic has been covered many times by many presentations already. Instead, in addition to explaining the techniques that help with memory safety, this presentation focuses on how those techniques also help developers to build abstractions, wrappers and libraries that are difficult to misuse.

“Rust is excellent for creating large programs while not having to worry about mistakes such as memory mismanagement, data races, or even misusing a library and causing logic bugs.”

The presentation was made by Gerwin and Tim, Embedded software developers.

Check here two other presentations on:

#embeddedsoftware
Рекомендации по теме