zip_structs 0.2.1

ZIP archives structures handling library
Documentation
[dependencies.byteorder]
version = "1.4.3"

[dependencies.bytesize]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.37"

[dev-dependencies.anyhow]
version = "1.0.66"

[dev-dependencies.rusty-hook]
version = "0.11.2"

[dev-dependencies.vfs]
version = "0.5.2"

[package]
authors = ["Tatsunori Uchino <tats.u@live.jp>"]
categories = ["parsing", "filesystem"]
description = "ZIP archives structures handling library"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["zip", "archive"]
license = "MIT"
name = "zip_structs"
readme = "README.md"
repository = "https://github.com/tats-u/rust-zip-structs/"
version = "0.2.1"