zfp-sys 0.4.2

Raw Rust bindings to ZFP (https://github.com/LLNL/zfp).
Documentation
[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.cmake]
version = "0.1"

[features]
cuda = []
default = []
round-tight-error = []
static = []

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

[package]
authors = ["jvo203 <chris.zapart@nao.ac.jp>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compression", "external-ffi-bindings", "science"]
description = "Raw Rust bindings to ZFP (https://github.com/LLNL/zfp)."
edition = "2024"
license = "MIT"
name = "zfp-sys"
readme = "README.md"
repository = "https://github.com/jvo203/zfp-sys"
version = "0.4.2"