Implementing a Generic Radix Trie in Rust
Written by Michael Sproul on May 15, 2015.
For an awesome course on Programming Languages at UCSC I implemented a Radix Trie in the Rust Programming Language and wrote about the experience.
All the code is open source and available on Github.
You can read the paper I wrote about it here.