Crate zim

Source
Expand description

This crate provides a pure-rust library for reading ZIM files.

ZIM files are a format used primarily to store wikis (such as Wikipedia and others based on MediaWiki).

For more into, see the OpenZIM website

Structs§

Cluster
A cluster of blobs
DirectoryEntry
Holds metadata about an article
Uuid
Zim
Represents a ZIM file

Enums§

Error
MimeType
Representation of MimeTypes.
Namespace
Namespaces seperate different types of directory entries - which might have the same title - stored in the ZIM File Format.
Target

Type Aliases§

Result