externcrate zalgo;// Retrieve a `Vec` of `char`s for a specific position of zalgo text, e.g.
// the 'top' characters or 'middle' characters.
fnmain(){// Retrieve all characters used for the 'top' of the resultant string.
let_=zalgo::ZALGO_UP;// Retrieve all characters used for the 'middle' of the resultant string.
let_=zalgo::ZALGO_MIDDLE;}