How and When to use Nimble Parsec
Sometimes, String.split/3 is not enough. Sometimes, your reviewer suggests you take your half baked parsing attempt and, well, actually build a proper parser. And NimbleParsec makes it much sweeter that it would be otherwise! This is how and when to use it. https://revelry.co/insights/development/elixir/nimbleparsec/
