cochranblock 0.6.0

Zero-cloud website in a single Rust binary. 15MB on x86, 8.2MB on ARM. $10/month infrastructure. cargo install and run.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(non_camel_case_types, non_snake_case, dead_code, unused_imports)]

// Unlicense — public domain — cochranblock.org

pub mod assets;
pub mod booking;
pub mod captains_log;
pub mod community_grant;
pub mod intake;
pub mod mailer;
pub mod n_bench;
pub mod pages;
pub mod router;
pub mod whyme;