A rust macro for finding strings that contain self-referential numbers. Inspired by carykh. This description contains twenty-seven words, fifty-four vowels, and ninety-nine consonants.
Usage
// This sentence has thirty-one letters.
let s = carykh_optimize!.unwrap;
println!;
// This sentence has twenty-two vowels and thirty-eight consonants. Hooray!
let s = carykh_optimize!
.unwrap;
println!;
// Number of words of each length in this bar graph:
// (three) two-letter-words,
// (three) three-letter-words,
// (five) four-letter-words,
// (eleven) five-letter-words,
// (eight) six-letter-words
let s = carykh_optimize!.unwrap;
println!;
// Number of vowels and consonants in this mesmerizing pie chart:
// Vowels: Thirty-Four percent
// Consonants: Sixty-Six percent
let s = carykh_optimize!.unwrap;
println!;