Add additional “getting started” section

This commit is contained in:
Elias Batek 2025-02-15 21:45:12 +01:00
parent b9ea9562fc
commit cb781b853d
1 changed files with 9 additions and 0 deletions

9
ini.d
View File

@ -9,6 +9,15 @@
This module provides a configurable INI parser with support for multiple
dialects of the format.
### Getting started
$(LIST
* [parseIniDocument] Parse INI string into a DOM-like document.
* [parseIniAA] Parse INI string into an associative array.
* [stringifyIni] Serialize an [IniDocument] or an associative array
to a string of data in INI format.
)
---
import arsd.ini;