Closed JayKickliter closed 4 years ago
Also CuckooFilter.export()
would require the feature since ExportedCuckooFilter
is only present with the feature flag.
ExportedCuckooFilter is only present with the feature flag.
It's still there without the flag. Since I added cfg_attr
, the only thing that changes is whether or not it derives Deserialize/Serialize.
@LovecraftianHorror sorry for nerd sniping you. I only skimmed the issue, and didn't notice that you were planning on doing this work.
It's still there without the flag.
Oops, my mistake. Thanks for letting me know.
And don't worry about taking over the issue. I've been pretty busy as is so I'm just glad the functionality got added!
This PR moves Serde functionality behind the feature flag
serde_support
. Note, this PR is a breaking change for anyone already using Serde functionality in this crate.Closes #42
Still needed