Skip to content

Instantly share code, notes, and snippets.

@0riginaln0
0riginaln0 / time.lua
Last active May 30, 2026 14:14
Lua library for duration and frequencies unit-aware time arithmetic
--[[
-- ===========
-- Usage
-- ===========
local T = require("time")
-- Full list of avaliable constructors can be found in the source code.
T.register_globals()
-- ======================================================