luaur-bytecode 0.1.1

Luau bytecode format and builder (Rust).
Documentation
1
2
3
4
5
use crate::records::bytecode_encoder::BytecodeEncoder;

/// In Rust, a virtual destructor is handled by the trait's vtable and `Drop`.
/// Since `BytecodeEncoder` is a trait, we do not need to explicitly implement a destructor method.
pub fn bytecode_encoder_bytecode_encoder() {}