rust-zip0.6-devel-0.6.6-2.fc40 in Fedora 40
↵ Return to the main page of rust-zip0.6-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2025-03-21 |
Fabio Valentini <decathorpe at gmail dot com> - 0.6.6-2 |
- Relax bzip2 dependency to allow building with both v0.4 and 0.5 |
2025-03-15 |
Fabio Valentini <decathorpe at gmail dot com> - 0.6.6-1 |
- Initial import (zip 0.6 compat package) |
Provides
- crate(zip)
- rust-zip0.6-devel
Files
- usr/
- share/
- cargo/
- registry/
- zip-0.6.6/
- .cargo-checksum.json
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Cargo.toml
- LICENSE
- README.md
- benches/
- read_entry.rs
- read_metadata.rs
- examples/
- extract.rs
- extract_lorem.rs
- file_info.rs
- stdin_info.rs
- write_dir.rs
- write_sample.rs
- src/
- aes.rs
- aes_ctr.rs
- compression.rs
- cp437.rs
- crc32.rs
- lib.rs
- read/
- read.rs
- result.rs
- spec.rs
- types.rs
- unstable.rs
- write.rs
- zipcrypto.rs
- tests/
- aes_encryption.rs
- data/
- aes_archive.zip
- comment_garbage.zip
- files_and_dirs.zip
- invalid_cde_number_of_files_allocation_greater_offset.zip
- invalid_cde_number_of_files_allocation_smaller_offset.zip
- invalid_offset.zip
- invalid_offset2.zip
- mimetype.zip
- zip64_demo.zip
- end_to_end.rs
- invalid_date.rs
- issue_234.rs
- zip64_large.rs
- zip_comment_garbage.rs
- zip_crypto.rs