yazi/yazi-fs/src/lib.rs
2025-11-18 13:56:20 +08:00

11 lines
288 B
Rust

#![allow(clippy::if_same_then_else, clippy::option_map_unit_fn)]
yazi_macro::mod_pub!(cha error mounts path provider);
yazi_macro::mod_flat!(cwd file files filter fns hash op scheme sorter sorting splatter stage url xdg);
pub fn init() {
CWD.init(<_>::default());
mounts::init();
}