Skip to content

kaeza/kminser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMinSer – Data serialization with minification.

This is a Lua module that contains functions to serialize values to strings, and deserialize these strings back to values. It is able to serialize strings, numbers, booleans, nil values, and tables.

The serialized output is a chunk of Lua code yielding comparable values.

The module does its best to generate the most compact code possible.

See the module file for details.

License

This module is released under a MIT-like license. See LICENSE.md for details.

Requirements

  • Lua 5.1 or above.

Links

About

Data serialization with minification for Lua.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages