Skip to content

Commit 3f6768e

Browse files
authored
docs: Update list of supported features (#230)
1 parent 3a427c4 commit 3f6768e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Supported compression formats:
2121
* bzip2
2222
* zstd
2323
* lzma (decompression only)
24+
* xz (decompression only)
2425

2526
Currently unsupported zip extensions:
2627

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
//!
1818
//! | | Reading | Writing |
1919
//! | ------- | ------ | ------- |
20+
//! | Stored | ✅ | ✅ |
2021
//! | Deflate | ✅ [->](`crate::ZipArchive::by_name`) | ✅ [->](`crate::write::FileOptions::compression_method`) |
2122
//! | Deflate64 | ✅ | |
2223
//! | Bzip2 | ✅ | ✅ |
24+
//! | ZStandard | ✅ | ✅ |
2325
//! | LZMA | ✅ | |
2426
//! | XZ | ✅ | |
2527
//! | AES encryption | ✅ | ✅ |

0 commit comments

Comments
 (0)