| Crates.io | zfp-sys-cc |
| lib.rs | zfp-sys-cc |
| version | 0.2.0 |
| created_at | 2020-05-01 06:31:52.363192+00 |
| updated_at | 2025-02-25 23:11:27.905635+00 |
| 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,089,330 |
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"]}