mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
9 lines
201 B
Rust
9 lines
201 B
Rust
yazi_macro::mod_pub!(elements external fs pubsub runtime tasks theme utils);
|
|
|
|
yazi_macro::mod_flat!(slim standard);
|
|
|
|
pub fn init() -> anyhow::Result<()> {
|
|
LUA.init(crate::standard_lua()?);
|
|
|
|
Ok(())
|
|
}
|