Skip to content

cfadmin-cn/lua-ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

lua ini parsing library implemented by cfadmin.

Topics

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors