Introduction

odin-ini is a blazingly fast INI parsing and serialization library written in 100% pure Odin.

Features

  • Fully supports parsing and serializing INI files.
  • Can parse and generate comments, sections, nested sections, and key-value pairs.
  • Highly customizable Options struct for both parsing and serializing.
  • Easy error handling with custom error modes and messages.
  • Custom conversion API along with built-in support for JSON conversion.
  • Full UTF-8 support.