/lua-ini

lua ini parsing library implemented by cfadmin.

Primary LanguageCMIT LicenseMIT

lua-ini

The ini library written in C exports interfaces for Lua to use.

Build

cd lua-ini and make build

Usage

  • use ini.load(config_string) to load ini string and return table.

  • use ini.loadfile(config_filename) to load ini file and return table.

Example

Please refer to the test.lua file.

License

MIT