Re-exports§
pub use archive::normalize_zip_path;pub use archive::rels_path_for;pub use archive::resolve_part_target;pub use archive::ZipArchive;pub use archive::ZipEntryMeta;
Modules§
- archive
- ZIP archive reader supporting stored (method 0) and deflate (method 8) compression. Used by importers that need to parse OOXML/ODF packages.
Structs§
Functions§
- crc32
- list_
entries - odf_
package - Build an ODF package (
.odt/.ods/.odp/.odg/.odb/.odf). - ooxml_
package - Build an OOXML package (
.docx/.xlsx/.pptx) from a list of entries. - read_
entry - write_
zip - write_
zip_ file - write_
zip_ to_ vec - Serialize a list of ZIP entries into an in-memory
Vec<u8>.