mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
7 lines
201 B
Rust
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(); }
|