Skip to content

Lerg/defold-hashed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

defold-hashed

A small utility library to automatically use hashed strings.

It computes Defold hashes for strings at runtime and caches the result.

Usage:

local hashed = require('hashed')
print(hashed.hello_world)
print(hashed.any_compatible_string)
print(hashed['any string with any characters'])

About

A small utility library to automatically use hashed strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages