tsuki 0.4.8

Lua 5.4 ported to Rust
Documentation
1
2
3
4
local ud = createud()

assert(type(ud) == 'userdata')
assert(ud:method1() == 'abc')