Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for decompressing .xz files. Hack implementation that reads entire file during `BlockReader::new`. The crate chosen is written entirely in rust (good). The crate chosen does not expose header information like the uncompressed stream size (bad).
- Loading branch information