Developing a Safer Web with Rust

WebCamp Zagreb 2017

Developing web services with Rust. Using Rust's built in safety and open-source frameworks to make fast and fault-tolerant web applications.
We all want to write high-performing, scalable, safe code with as few bugs as possible. But with threading, data races, SQL injection, out-of-bounds access and segmentation faults this can prove to be a hassle.
Rust solves most of those issues out-of-the-box, but with projects such as Rocket and Diesel those guarantees can be extended to the level of a framework.
Providing an easy and fast way to write high-performing fault-tolerant web applications.
Perhaps your next web app should be written in Rust?