luaur-common 0.1.2

Foundational data structures and flags for the luaur Luau-in-Rust toolchain.
Documentation
1
2
3
4
5
6
extern crate alloc;

use alloc::vec::Vec as StdVec;

#[allow(non_camel_case_types)]
pub type vec<K, V> = StdVec<(K, V)>;