lunify 1.1.0

A crate for converting Lua byte code to different versions and formats
Documentation
1
2
3
4
5
pub(crate) struct LocalVariable {
    pub(crate) name: String,
    pub(crate) start_program_counter: i64,
    pub(crate) end_program_counter: i64,
}