Getting Started
To get started using odin-ini
you need to import the package into your Odin project:
import "path/to/odin-ini/"
Then you can start using the library to parse, create, and serialize INI files.
To get started using odin-ini
you need to import the package into your Odin project:
import "path/to/odin-ini/"
Then you can start using the library to parse, create, and serialize INI files.