1 2 3 4 5 6 7
use xeo::{server, version}; fn main() { println!("Version: {}", version()); let a = server("index.html", 8080); }