rust-hyperloglog
rust-hyperloglog copied to clipboard
Added mem-dbg as optional feature
Mem-dbg is a crate that allows to compute the size of a struct. I have added the derives through the crate as an optional feature, so as to use it to compare this implementation with others easily.
Cheers!