Início Rust no InfoQ Brasil
Apresentações
Feed RSS-
Performance extrema, execução segura e código elegante com Rust (observadas por um programador C++)
Rust é uma linguagem de programação moderna e poderosa. Ela é perfeita para aqueles que buscam performance máxima, geralmente obtida em linguagens de nível mais baixo (como C e C++), e a clareza (...)
-
Writing a simple game in Rust
We will learn some basic concepts of game development and how to implement them in Rust. In the end, we will have a simple but fully functional snake game running.
-
Rust: Reach Further!
This talk will cover some of the highlights of Rust's design, and show how Rust's type system not only supports different parallel styles but also encourages users to write code that is amenable (...)