yazi/yazi-actor/src/lib.rs
2026-06-11 20:44:22 +08:00

7 lines
201 B
Rust

extern crate self as yazi_actor;
yazi_macro::mod_pub!(app cmp confirm core help input lives mgr notify pick spot tasks which);
yazi_macro::mod_flat!(actor context);
pub fn init() { lives::init(); }