Rust by example

Miércoles 11 de septiembre de 2019 | 19:00h | @socarrust

Miércoles 11 de septiembre de 2019

19:00h

Ver fuente

As we already know Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.

Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries. You can check the RBE website at: https://doc.rust-lang.org/rust-by-example/index.html.

We're going to cover the basics of Rust using the Rust by Example exercises, so you don't need any previous knowledge of the Rust programming language.

Everyone is welcome, don't forget your laptop!