Interface with dotThz files using rust
This crate provides an easy way to interface with dotThz files in rust.
Load it in your cargo.toml
[]
= "0.1.2"
and then use like specified in the following example:
use PathBuf;
use ;
Use the hdf5-sys-static feature to compile hdf5 and statically link it. This requires cmake to be installed.
Use the serde feature to derive Serialize and Deserialize for DotthzMetaData.