mirror of https://github.com/adamdruppe/arsd.git
Add additional “getting started” section
This commit is contained in:
parent
b9ea9562fc
commit
cb781b853d
9
ini.d
9
ini.d
|
@ -9,6 +9,15 @@
|
||||||
This module provides a configurable INI parser with support for multiple
|
This module provides a configurable INI parser with support for multiple
|
||||||
“dialects” of the format.
|
“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;
|
import arsd.ini;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue