Tag: rust

Rust Programming Guide

2026-04-10

Rust Programming Guide

Rust is a systems programming language focused on safety, speed, and concurrency.

Why Rust?

  • Memory safety without garbage collection[1]
  • Zero-cost abstractions — high-level features compile down to efficient machine code
  • Fearless con…

Deploying a Rust/Axum App to Cloudflare Pages

2026-05-13

Deploying a Rust/Axum App to Cloudflare Pages

Mizushi is a knowledge base engine built with Rust + Axum + Askama — it renders Markdown articles into HTML server-side. The goal was to host it on Cloudflare Pages (free tier).

The Problem

Cloudflare Pages' build environment does not have Rust or Cargo installed. Running cargo run in the build command fails imme…

← All articles