package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Oct 21, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Loader: creates and returns the hex module for Lua.
This function should be registered with L.PreloadModule("hex", hex.Loader)
@luamodule hex
Example usage in Lua:
local hex = require("hex")
local encoded = hex.encode("hello")
local decoded = hex.decode(encoded)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.