deflate64 0.1.9

Deflate64 implementation based on .NET's implementation
Documentation
[dependencies]

[dev-dependencies.bytemuck]
features = ["derive"]
version = "1.13.1"

[dev-dependencies.proptest]
version = "1.2.0"

[dev-dependencies.tempfile]
version = "3.7.1"

[package]
authors = ["anatawa12 <anatawa12@icloud.com>"]
categories = ["compression"]
description = "Deflate64 implementation based on .NET's implementation"
edition = "2021"
exclude = [".github/**", "tests/**", "test-assets/**"]
homepage = "https://github.com/anatawa12/deflate64-rs#readme"
keywords = ["deflate", "deflate64", "compression"]
license = "MIT"
name = "deflate64"
readme = "README.md"
repository = "https://github.com/anatawa12/deflate64-rs"
version = "0.1.9"