mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
- Replace liblzma C bindings with native Rust lzma-rust2 library - Use XzReaderMt for parallel decompression across all platforms - Remove dependency on system xz command - Use get_recommended_threads() to utilize half of CPU cores - Clean up unused find_binary and get_binary_search_paths functions - Update module documentation to reflect native Rust approach This change provides consistent multi-threaded decompression performance across macOS, Linux, and Windows without requiring external tools.