webio 0.1.0-alpha

A minimalist async web framework for Rust with a zero-dependency philosophy.
Documentation
1
2
3
pub fn say_hello() {
    println!("Hello from WebIO!")
}