resuma 0.4.7

Resuma — resumable SSR Rust web framework: zero hydration, islands, server actions, Flow (Axum).
Documentation
1
2
3
4
5
//! Global CLI binary shipped with the `resuma` crate (`cargo install resuma`).

fn main() -> anyhow::Result<()> {
    resuma::run()
}