mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
11 lines
175 B
Rust
11 lines
175 B
Rust
mod fetcher;
|
|
mod plugin;
|
|
mod preloader;
|
|
mod previewer;
|
|
|
|
pub use fetcher::*;
|
|
pub use plugin::*;
|
|
pub use preloader::*;
|
|
pub use previewer::*;
|
|
|
|
pub const MAX_PREWORKERS: u8 = 32;
|