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-38 years ago48 downloads
1.2-18 years ago20 downloads
1.1-18 years ago18 downloads
1.0-18 years ago19 downloads

Dependencies

lua >= 5.1

Manifests