hdf5file 0.1.1

A Rust implementation of HDF5 file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
hdf5file
========

[![hdf5file](https://img.shields.io/crates/v/hdf5file.svg)](https://crates.io/crates/hdf5file)
[![Documentation](https://docs.rs/hdf5file/badge.svg)](https://docs.rs/hdf5file)
[![Build Status](https://travis-ci.org/sile/hdf5file.svg?branch=master)](https://travis-ci.org/sile/hdf5file)
[![Code Coverage](https://codecov.io/gh/sile/hdf5file/branch/master/graph/badge.svg)](https://codecov.io/gh/sile/hdf5file/branch/master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A Rust implementation of [HDF5 File Format].

Note that this crate is in a very early stage of development and not intended to be used for production purposes.

[HDF5 File Format]: https://support.hdfgroup.org/HDF5/doc/H5.format.html