yazi/yazi-proxy/src/lib.rs
2025-07-18 07:48:00 +08:00

5 lines
134 B
Rust

mod macros;
yazi_macro::mod_flat!(app cmp confirm input mgr pick semaphore tasks which);
pub fn init() { crate::init_semaphore(); }