yaws 0.0.0

Yet Another Web Server
1
2
3
4
5
use lunatic::{Mailbox};

#[lunatic::main]
fn main(_: Mailbox<()>) {
}