zstd-seekable 0.2.0

Bindings to the seekable version of ZStandard.
Documentation
1
2
3
4
5
fn main() {
    if pkg_config::probe_library("libzstd").is_err() {
        println!("cargo:rustc-link-lib=zstd");
    }
}