1 2 3 4 5 6 7
extern crate hygiene_example_codegen; pub use hygiene_example_codegen::hello; pub fn print(string: &str) { println!("{}", string); }