Re-exports§
pub use error::FileError;pub use error::Result;pub use record::Writer;pub use record::Reader;pub use record::Iter;pub use record::HEADER_LEN;pub use record::REC_HDR;pub use document::DocumentWriter;pub use document::DocumentReader;pub use document::SegmentType;pub use document::Directory;pub use document::SegmentEntry;pub use history::TypeWrapper;pub use history::encode_history_frames;pub use history::decode_history_frames;pub use zipdoc::ZipDocumentWriter;pub use zipdoc::ZipDocumentReader;pub use zipdoc::MmapConfig;pub use zipdoc::MmapStats;pub use zipdoc::ZipStreamReader;pub use zipdoc::FileSizeCategory;pub use zipdoc::ProcessingStrategy;pub use zipdoc::FileInfo;pub use zipdoc::formats::strategy::SnapshotFormat;pub use zipdoc::formats::strategy::export_zip_with_format;pub use zipdoc::formats::strategy::import_zip_with_format;pub use zipdoc::formats::strategy::export_plugin_states_only;pub use zipdoc::formats::strategy::import_plugin_states_only;pub use zipdoc::formats::strategy::has_plugin_states;pub use zipdoc::formats::strategy::list_zip_plugins;