pub fn scan(ip: &str, port_range: Range<u16>, timeout: Duration)
fn main () { scan("127.0.0.1", 80..81, duration::new(5,0)); }