laysakura / trie-rs

Memory efficient trie (prefix tree) library based on LOUDS
https://crates.io/crates/trie-rs
Apache License 2.0
90 stars 10 forks source link

Serde support #23

Closed LucaCappelletti94 closed 4 months ago

LucaCappelletti94 commented 5 months ago

Is there any reason why serde is not supported as an optional feature?

If no, I will be adding some derives in a pull request. Kindly let me know.

Luca