# triemap-rs
Triemaps for Rust
## ⚠️ Work in Progress ⚠️
This crate is currently under heavy development and as such, is likely unstable. Please file an issue and bear with us while we sort things out! Thanks! :)
## Context
This crate is a practical implementation of the ideas from two papers:
- [Triemaps That Match](https://arxiv.org/abs/2302.08775) by Simon Peyton Jones and Sebastian Graf
- [Generalizing Generalized Tries](https://dl.acm.org/doi/10.1017/S0956796800003713) by Ralf Hinze
## How to Use
TODO