1 2 3 4 5 6 7 8
pub mod compression_handler; pub mod permission_handler; #[cfg(target_os = "linux")] mod appimage_extractor; #[cfg(target_os = "linux")] pub use appimage_extractor::AppImageExtractor;