dihardts_cstools 2.2.0

Collection of data structures and algorithms
Documentation
1
2
3
4
5
6
7
8
# CS Tools

Collection of data structures and algorithms I use regularly.


## Features
* `hdf5` - Activate (de-)serialization of some data structures as HDF5 (need HDF5 header files installed, e.g. `libhdf5-dev` on Ubuntu)
* `serde` - Activate (de-)serialization of some data structures using Serde