//! Elf on a shelf
//! It's that time of year when the elves hide on shelves to watch
//! over the children of the world, reporting back to Santa on who's
//! been naughty or nice. However, this year's reports have been mixed
//! up with the rest of the letters to Santa, and the word "elf" is
//! hidden throughout a mountain of text.
/// Take a POST request with a raw string as input and count:
/// - how many times the substring "elf" appears
/// - the number of occurrences of the string "elf on a shelf"
/// - the number of shelves that don't have an elf on it
pub async