Skip to main content

Crate lo_zip

Crate lo_zip 

Source

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§

CentralEntry
ZipEntry

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>.