patricia_tree icon indicating copy to clipboard operation
patricia_tree copied to clipboard

is there any plan for serde derive

Open RickSKy opened this issue 3 years ago • 1 comments

it is nice to have Serialize and Deserialize trait for patricia tree. it can save the cost of disk for storing and updating(merging patricia tree) .

RickSKy avatar Oct 26 '22 09:10 RickSKy

Sounds interesting. I'll think about how easy (or difficult) implementing the feature is (this or next weekend).

sile avatar Oct 26 '22 09:10 sile

Added the feature in #20.

sile avatar Oct 29 '22 13:10 sile