rnx 0.7.0

The Rust web development scaffold, support salvo and axum
1
2
3
pub fn run(name: String) {
    println!("hello {}!", name);
}