extern crate rlib; use rlib::bytesize; fn main() { println!("hello world! {}", bytesize::add()); }