Packages

Fast deflate/zlib/gzip compression and decompression using libdeflate via Rust NIF.

Current section

Files

Jump to
libdeflate_ex native libdeflate_ex_nif Cargo.toml
Raw

native/libdeflate_ex_nif/Cargo.toml

[package]
name = "libdeflate_ex_nif"
version = "0.1.0"
authors = ["Hunter Jarrell"]
edition = "2021"
[lib]
name = "libdeflate_ex_nif"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37.3"
libdeflater = "1.1"