citahub / cita_trie

Rust implementation of the Modified Patricia Tree (aka Trie).
Apache License 2.0
71 stars 28 forks source link

refactor: Implement debug trait #29

Closed yejiayu closed 5 years ago

yejiayu commented 5 years ago

Implement debug internally to avoid the hassle of external users.