jvo203 / zfp-sys-cc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 51.5%Language:C 27.4%Language:CMake 8.1%Language:Cuda 6.0%Language:Fortran 4.2%Language:Cython 1.4%Language:Rust 0.6%Language:Makefile 0.5%Language:Shell 0.2%Language:Python 0.1%