mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-22 23:31:05 +00:00
5 lines
184 B
Rust
5 lines
184 B
Rust
yazi_macro::mod_flat!(chunk loader require);
|
|
|
|
pub(super) fn init() { LOADER.with(<_>::default); }
|
|
|
|
pub(super) fn install(lua: &mlua::Lua) -> mlua::Result<()> { Require::install(lua) }
|