aboutsummaryrefslogtreecommitdiff
path: root/src/lua.rs
AgeCommit message (Collapse)Author
2022-10-28implement lua-based templatesMartin Fischer
2022-10-28refactor: introduce lua_context functionMartin Fischer
2022-08-14add gitpad.decode_toml lua methodMartin Fischer
We are vendoring the rlua_serde crate because it currently depends on rlua 0.17, which is outdated and my attempts to contact the crate author were bounced by Yandex for somehow looking like spam.
2022-07-30implement lua scriptingMartin Fischer
Inspired by the Scribunto extension for MediaWiki.