1 2 3 4 5 6
extern crate zalgo; // Retrieve a `Vec` of `char`s of all zalgo characters. fn main() { let _: Vec<char> = zalgo::all(); }