luaur-common 0.1.3

Foundational data structures and flags for the luaur Luau-in-Rust toolchain.
Documentation
1
2
3
4
5
6
//! `FValueVersionSetter` — a stateless helper whose constructor stamps a version
//! onto a flag by name (used by `LUAU_FLAGVERSION`). Reference:
//! `luau/Common/include/Luau/Common.h`. The work happens in the constructor
//! ([`FValueVersionSetter::new`]); the value itself carries no state.

pub struct FValueVersionSetter;