mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
13 lines
178 B
Rust
13 lines
178 B
Rust
#![allow(clippy::unit_arg)]
|
|
|
|
mod bindings;
|
|
pub mod components;
|
|
mod config;
|
|
pub mod layout;
|
|
mod plugin;
|
|
mod scope;
|
|
mod utils;
|
|
|
|
use config::*;
|
|
pub use plugin::*;
|
|
pub use scope::*;
|