zfp-sys-cc

Crates.iozfp-sys-cc
lib.rszfp-sys-cc
version0.1.4
sourcesrc
created_at2020-05-01 06:31:52.363192
updated_at2023-06-16 00:11:57.327847
descriptionRaw Rust bindings to ZFP (https://github.com/LLNL/zfp) with Microsoft Windows 10 support.
homepage
repositoryhttps://github.com/jvo203/zfp-sys-cc
max_upload_size
id236040
size1,081,182
(jvo203)

documentation

README

zfp-sys-cc

Raw Rust bindings to ZFP (https://github.com/LLNL/zfp) with Windows 10 support.

A cross-platform "cc"-based crate with Windows 10 support, as opposed to the "cmake"-based "zfp-sys" crate that only worked in Linux and macOS.

The build supports an optional compilation with CUDA support, i.e. place this in your Cargo.toml:

zfp-sys-cc = {version = "*", features = ["cuda"]}

Warning: the optional CUDA support in this crate has not been properly tested. Your mileage may vary.

Commit count: 16

cargo fmt