MojoINI is a simple, lightweight INI file parser written in Mojo. It allows you to read and process INI configuration
It currently supports key-value pair and sections, essentially all the basics of ini. I’m aiming to add proper types since right now every value is parsed as a string