lune-utils 0.3.4

Utilities library for Lune
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod luau;
mod std;

pub mod constants;

pub use self::std::{
    append_extension, clean_path, clean_path_and_make_absolute, get_current_dir, get_current_exe,
    relative_path_normalize, relative_path_parent,
};

pub use self::luau::{LuauFilePath, LuauModulePath};