Crates.io | zfp-sys-cc |
lib.rs | zfp-sys-cc |
version | 0.1.5 |
source | src |
created_at | 2020-05-01 06:31:52.363192 |
updated_at | 2024-10-19 12:55:01.904266 |
description | Raw Rust bindings to ZFP (https://github.com/LLNL/zfp) with Microsoft Windows 10 support. |
homepage | |
repository | https://github.com/jvo203/zfp-sys-cc |
max_upload_size | |
id | 236040 |
size | 1,081,320 |
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"]}