This website requires JavaScript.
Explore
Help
Register
Sign in
DevComp
/
zip-rs-wasm
Watch
1
Star
0
Fork
You've already forked zip-rs-wasm
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
421e1dd8fb
zip-rs-wasm
/
src
/
read
History
LoveSy
421e1dd8fb
feat: support XZ decompression
2024-06-22 11:12:53 +08:00
..
config.rs
feat: Allow the archive offset behavior of the reader to be configured.
2024-05-29 13:59:20 -04:00
lzma.rs
Bug fix: LZMA state is large, so put it in a Box
2024-04-11 13:28:37 -07:00
stream.rs
fix: Incorrect behavior following a rare combination of
merge_archive
,
abort_file
and
deep_copy_file
. As well, we now return an error when a file is being copied to itself.
2024-06-13 13:49:27 -07:00
xz.rs
feat: support XZ decompression
2024-06-22 11:12:53 +08:00