A small lua lib, that performs char (1 byte) to value replacements, like string.gsub, but more faster

$ luarocks install odielak

replace all single byte values inside the given string with the new, given values
aim to work faster than default string.gsub function
good to perform string escape (sanitize) operations
more info: https://github.com/Darvame/odielak

Versions

1.3-37 years ago39 downloads
1.2-17 years ago18 downloads
1.1-18 years ago16 downloads
1.0-18 years ago17 downloads

Dependencies

lua >= 5.1

Manifests