prefix-map 0.3.1

A collection for creating prefix maps.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PrefixMap
=========

[![crates.io](https://img.shields.io/crates/v/prefix-map.svg)](https://crates.io/crates/prefix-map)
![CC0 License](https://img.shields.io/badge/license-CC0-lightgrey.svg)
[![Build Status](https://travis-ci.org/Undeterminant/prefix-map.svg?branch=master)](https://travis-ci.org/Undeterminant/prefix-map)
[![Coverage Status](https://coveralls.io/repos/Undeterminant/prefix-map/badge.svg?branch=master&service=github)](https://coveralls.io/github/Undeterminant/prefix-map?branch=master)

Generic struct for storing prefixes of things. Note that this project puts
focus on being as generic and featureful as possible, not as efficient. If
you're looking for a more efficient prefix trie, see [Michael Sproul's
radix trie](https://github.com/michaelsproul/rust_radix_trie).

[Documentation](https://undeterminant.github.io/prefix-map)