This minimalistic library helps you navigate the world of text encodings
avoiding invalid argument (invalid byte sequence)
and invalid argument (invalid character) in runtime.
The two most important modules are:
Main.Utf8
System.IO.Utf8
See this blog post for why this
library exists and what exactly it does.