hdf5-hl-sys 0.2.0

Bindings to HDF5 High Level API
Documentation
1
2
3
4
5
6
7
8
//! Rust bindings to `hdf5_hl`.

#![feature(c_size_t)]

#[link(name = "hdf5_hl")]
extern "C" {}

pub mod h5pt;