Skip to content

cfadmin-cn/lua-toml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-toml

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

Build

cd lua-toml and make build

Usage

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

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

Example

Please refer to the test.lua file.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages