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
* feat: add `DecodedSize` trait
Adds a new trait that to retrieve the size of the data when uncompressed. The
implementation of this trait on a format indicates that a format may support
retrieving the uncompressed size, however it's not guaranteed.
* feat(xz2): implement `uncompressed_size` method
* feat(xz): support reading uncompressed size
* feat(lzma): implement reading uncompressed size
* feat(zstd): support reading uncompressed size
* refactor(zstd): return named error
* feat: use explicit 64-bit unsigned int for decoded size
* refactor(zstd): use `FileTooLarge` when failing to convert usize to u64
0 commit comments