Rust Async Programming in 2018
You need to be signed in to add a collection
Async IO, network programming and microservices have become a popular application of the Rust programming language. This talk will give an introduction into these subjects and highlight why people are choosing Rust over other options. The talk presents specific language features, like the concurrency-aware type system, as well as libraries that have emerged in the ecosystem to make getting started with a new project as easy as possible.
Transcript
Async IO, network programming and microservices have become a popular application of the Rust programming language.
This talk will give an introduction into these subjects and highlight why people are choosing Rust over other options.
The talk presents specific language features, like the concurrency-aware type system, as well as libraries that have emerged in the ecosystem to make getting started with a new project as easy as possible.