Skip to content

Commit

Permalink
docs: Update list of supported features
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Aug 4, 2024
1 parent 3a427c4 commit 981c58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Supported compression formats:
* bzip2
* zstd
* lzma (decompression only)
* xz (decompression only)

Currently unsupported zip extensions:

Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
//!
//! | | Reading | Writing |
//! | ------- | ------ | ------- |
//! | Stored | ✅ | ✅ |
//! | Deflate | ✅ [->](`crate::ZipArchive::by_name`) | ✅ [->](`crate::write::FileOptions::compression_method`) |
//! | Deflate64 | ✅ | |
//! | Bzip2 | ✅ | ✅ |
//! | ZStandard | ✅ | ✅ |
//! | LZMA | ✅ | |
//! | XZ | ✅ | |
//! | AES encryption | ✅ | ✅ |
Expand Down

0 comments on commit 981c58c

Please sign in to comment.