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

Added serde support, clone and fixed several code smell #25

Closed LucaCappelletti94 closed 4 months ago

LucaCappelletti94 commented 5 months ago

Hi,

With this pull request, I am solving these issues:

and several other code smells.

Cheers, Luca

LucaCappelletti94 commented 4 months ago

I deleted the edits since it was a bit of a mess to rebase with the latest edits, I am remaking them now from scratch.