1 2 3 4 5 6 7 8
mod devices; #[cfg(target_os = "linux")] mod linux; mod resolution; #[cfg(test)] mod tests; pub(crate) use self::resolution::{build_sidebar_rows, home_dir, trash_dir};