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… Read more

Similar

Crash Reporting in Rust

In this post I'll be talking about recent work I and others have done to make crash handling and reporting in Rust a (fairly) straightforward procedure by introducing several new crates that can be used in conjunction with each other, or with other crates... (more…)

Read more »