tuono 0.1.0

The react/rust fullstack framework
Documentation
1
2
3
4
5
use tuono::cli;

fn main() {
    cli().unwrap();
}