1use rustigo::prelude::*; 2 3fn main() { 4 let mut rustigo = Rustigo::default(); 5 6 rustigo.listen("localhost:7878", 4).unwrap(); 7}