mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
9 lines
351 B
Rust
9 lines
351 B
Rust
mod macros;
|
|
|
|
yazi_macro::mod_pub!(fetch file hook plugin preload process size);
|
|
|
|
yazi_macro::mod_flat!(behavior cleanup ongoing op out progress proxy r#in scheduler snap summary task worker);
|
|
|
|
const LOW: u8 = yazi_config::Priority::Low as u8;
|
|
const NORMAL: u8 = yazi_config::Priority::Normal as u8;
|
|
const HIGH: u8 = yazi_config::Priority::High as u8;
|