Expand description
Zero-cloud website in a single Rust binary. 13 MB x86 / 8.9 MB ARM. $10/month infrastructure.
Modules§
- db
- Persistence: pure-Rust embedded redb. Single-file ACID, zero-copy reads, no transitive RSA / no aws-lc / no fxhash / no instant — replaces the previous (test-only) sled wrapper AND the runtime sqlx + sqlite intake pool with a single store. Values bincoded (no zstd; redb is already compact-by-design and bincode-2 is small).
- error
- t18 = AppError. Kova: thiserror for all custom errors. No unwrap/expect in lib.
- logs
- Daily-rolling log appender. Logs land at: ~/.local/share/{project}/logs/current.YYYY-MM-DD.log
- std_
aliases - Std method aliases (f300+). f374 = iter.
- ux
- UX module placeholder (folder_token_map).
- web