tuono 0.17.3

Superfast React fullstack framework
Documentation
1
2
3
4
5
use tuono::cli::app;

fn main() {
    app().expect("Failed to start the CLI")
}