Crate zipp[][src]

Expand description

zipp provides a libzip’s Rust bindings. It make you easy using libzip in Rust project.

Re-exports

pub use archive::*;
pub use error::Error;
pub use error::ZResult;

Modules

Wrap zip_archive_t

Some const-variable flag const variable flags

Provide a error convertor, convert c-api error to Rust

Wrap zip_file_t

Wrap zip_source_t

Macros

Get file error. The argument is the pointer of zip_file_t.

Get zip error. The argument is the pointer of zip_archive_t.

Functions

convert human time to time_t

check any (de)compression method supported

check any (de)encryption method supported

show libzip version

Type Definitions

The alias of zip_stat_t