vpsearch
vpsearch copied to clipboard
Implement Serialize and Deserialize for Tree
Would it be possible to implement serde's Serialize and Deserialize for the Tree struct? This would allow me to generate the tree, save it to a file and load it when I need it to speed up things.