yazi_actor/
lib.rs

1extern crate self as yazi_actor;
2
3yazi_macro::mod_pub!(cmp confirm core help input lives mgr pick spot tasks which);
4
5yazi_macro::mod_flat!(actor context);