michaelsproul / rust_radix_trie

Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
184 stars 32 forks source link

add test for unicode support #35

Closed stuarth closed 6 years ago

stuarth commented 6 years ago

simple test to stay confident that everything's copacetic with non-ascii chars

michaelsproul commented 6 years ago

Cheers!