topcoat-cli 0.0.3

A modular, batteries-included Rust web framework for server-rendered apps.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    topcoat_cli::run().await;
}