autumn-web 0.3.0

An opinionated, convention-over-configuration web framework for Rust
Documentation
1
2
3
4
5
6
7
//! Shared UI primitives for framework-owned HTML surfaces.
//!
//! Kept deliberately small: just design tokens that actuator, error pages,
//! and first-party plugins (e.g. `autumn-admin-plugin`) all reference, so
//! the visual language stays consistent.

pub mod tokens;