You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: XzError("Unknown filter id 8")', src/main.rs:5:86
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Output of xz -l dump.xz
Strms Blocks Compressed Uncompressed Ratio Check Filename
1 1 683.7 KiB 2,048.0 KiB 0.334 None dum
Link to file (please extract the dump.zip to get xz file): dump.zip
The text was updated successfully, but these errors were encountered:
For now, custom XZ filters are not implemented, but I see that #101 is proposing an implementation for the delta filter. Feel free to send a PR to add an implementation of this filter.
Test code
Output of above program
Output of
xz -l dump.xz
Link to file (please extract the
dump.zip
to getxz
file): dump.zipThe text was updated successfully, but these errors were encountered: