hdf5-types 0.8.1

Native Rust equivalents of HDF5 types.
1
2
3
4
5
6
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    if std::env::var_os("DEP_HDF5_MSVC_DLL_INDIRECTION").is_some() {
        println!("cargo:rustc-cfg=windows_dll");
    }
}