upstream-rs 2.6.0

Fetch package updates directly from the source.
Documentation
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;