Crate dihardts_cstools

Crate dihardts_cstools 

Source
Expand description

§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

Modules§

bloom_filter
BloomFilter implementation