1 2 3 4 5 6
use riglet::riglet; fn main() { let ascii = riglet::convert(String::from("This is a test")); riglet::print_ascii(ascii); }