luaur-repl-cli 0.1.3

Interactive Luau REPL (Rust).
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)]
pub struct LineCounters {
    pub regularExecuted: u64,
    pub fallbackExecuted: u64,
    pub vmExitTaken: u64,
}