zipatch 1.0.1

A library for parsing and applying ZiPatch files, as used in Final Fantasy XIV
Documentation
[dependencies.byteorder]
version = "1"

[dependencies.crc32fast]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.thiserror]
version = "2"

[[example]]
name = "parse_patch"
path = "examples/parse_patch.rs"

[lib]
name = "zipatch"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "game-development"]
description = "A library for parsing and applying ZiPatch files, as used in Final Fantasy XIV"
edition = "2021"
keywords = ["ffxiv", "patch", "zipatch", "gaming"]
license = "MIT"
name = "zipatch"
readme = "README.md"
repository = "https://github.com/avafloww/zipatch-rust"
rust-version = "1.78.0"
version = "1.0.1"