Videos from Rust Belt Rust 2016 are now available

Rust Belt Rust (http://www.rust-belt-rust.com/) is a conference about the Rust programming language held in the Rust Belt region of the US. In 2016, it was h…

Similar

Typesafe Routing in Rust/Leptos

Presumed audience background: familiarity with web development, and Rust.TL;DR and take-awayI prototyped a type-safe routing solution for leptos, the full-stack Rust web framework. The approach comprises:a DSL for defining routes parsed with a macro,magic... (more…)

Read more »