resuma 0.2.3

Resuma — SSR + Resumability + Islands + Server Actions + JS Bridge for Rust
Documentation
1
2
3
4
5
//! Global CLI binary shipped with the `resuma` crate (`cargo install resuma`).

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