// main.rs extern crate chaines_u8; use chaines_u8::file_to_ascii; fn main() { file_to_ascii::debut(); }