RSTRust-First Site ToolkitA Rust-first static site generator with typed collections, explicit routes, and a format-agnostic asset pipeline.

Release notes

What changed, what shipped, and why it matters

Release notes are collection-backed pages too, so the site exercises non-blog content flows while documenting framework evolution.

Release note

The sample app is now the documentation site

0.1.0-docs-site · 2026-03-28

The repository’s sample site now serves as the framework documentation site and exercises the public API directly.

  • The site is now organized around tutorials, cookbooks, reference, explanation, blog, and release notes.
  • The documentation content lives under content/ and is rendered by the same framework it documents.
  • The site crate was refactored into smaller route modules to keep the application code legible.