luaur-analysis 0.1.2

Luau type checker and type inference (Rust).
Documentation
1
2
3
4
5
use alloc::string::String;

pub(crate) fn default_luau_print_line(s: &String) {
    println!("{}", s);
}