triemap 0.1.0

Triemaps for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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