mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
13 lines
291 B
Rust
13 lines
291 B
Rust
#![allow(clippy::if_same_then_else, clippy::option_map_unit_fn, clippy::unit_arg)]
|
|
|
|
yazi_macro::mod_pub!(cha mounts provider path);
|
|
|
|
yazi_macro::mod_flat!(cwd file files filter fns op sorter sorting stage);
|
|
|
|
pub fn init() {
|
|
CWD.init(<_>::default());
|
|
|
|
mounts::init();
|
|
|
|
provider::init();
|
|
}
|