mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
13 lines
262 B
Rust
13 lines
262 B
Rust
extern crate self as yazi_fs;
|
|
|
|
yazi_macro::mod_pub!(cha file mounts path provider);
|
|
|
|
yazi_macro::mod_flat!(cwd files filter fns hash op scheme sorter sorting splatter stage url xdg);
|
|
|
|
pub fn init() {
|
|
CWD.init(<_>::default());
|
|
|
|
mounts::init();
|
|
|
|
Xdg::load();
|
|
}
|