rocal 0.3.0

Full-Stack WASM framework
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    rocal_cli::run().await;
}