extern crate sysf; use sysf::unit::Unit; fn main() { let x = Unit::new("hello"); println!("{:?}", x); }