docs: Update list of supported features (#230)
This commit is contained in:
parent
3a427c4f78
commit
3f6768ec5a
2 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@ Supported compression formats:
|
|||
* bzip2
|
||||
* zstd
|
||||
* lzma (decompression only)
|
||||
* xz (decompression only)
|
||||
|
||||
Currently unsupported zip extensions:
|
||||
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
//!
|
||||
//! | | Reading | Writing |
|
||||
//! | ------- | ------ | ------- |
|
||||
//! | Stored | ✅ | ✅ |
|
||||
//! | Deflate | ✅ [->](`crate::ZipArchive::by_name`) | ✅ [->](`crate::write::FileOptions::compression_method`) |
|
||||
//! | Deflate64 | ✅ | |
|
||||
//! | Bzip2 | ✅ | ✅ |
|
||||
//! | ZStandard | ✅ | ✅ |
|
||||
//! | LZMA | ✅ | |
|
||||
//! | XZ | ✅ | |
|
||||
//! | AES encryption | ✅ | ✅ |
|
||||
|
|
Loading…
Add table
Reference in a new issue