rtrie 0.1.0

Randomized ternary search tries
Documentation
1
2
3
4
5
6
## Introduction

This Rust crate implements [randomized ternary search
tries](https://arxiv.org/abs/1606.04042), as proposed by Nicolai Diethelm.

**Note:** This package is still new, its API will change.