Tag: Rust

Where Rust Shines: Algebraic Types and Match Statements

November, 11 2023 • 11 min read • 1690 words

This is a blog post about the positive ergonomics of algebraic types and enums. A more correct title might be "where ML derived languages shine" as this isn't unique to just rust.

Rust Front-End Development with Dioxus

August, 16 2023 • 14 min read • 2155 words

The Good, the Bad, and the Ugly. Below is an overview of the Dioxus framework, steps on how to host via Github Pages, and how to interact with JS libraries from Rust.