Ring – Safe, fast, small crypto using Rust

THE SOFTWARE IS PROVIDED “AS IS” AND BRIAN SMITH AND THE AUTHORS DISCLAIM
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL BRIAN SMITH OR THE AUTHORS
BE LIABLE FOR ANY SPECIAL, … Read more

Similar

The Rust Cookbook

This Rust Cookbook is a collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem. (more…)

Read more »

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 »