mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
9 lines
222 B
Rust
9 lines
222 B
Rust
yazi_macro::mod_flat!(partition partitions);
|
|
|
|
#[cfg(target_os = "linux")]
|
|
yazi_macro::mod_flat!(linux);
|
|
|
|
#[cfg(target_os = "macos")]
|
|
yazi_macro::mod_flat!(macos);
|
|
|
|
pub(super) fn init() { PARTITIONS.init(<_>::default()); }
|