Packages
Fast deflate/zlib/gzip compression and decompression using libdeflate via Rust NIF.
Current section
Files
Jump to
Current section
Files
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"