hat_trie 0.2.4

A hat-trie implementation that support prefix match iteration
Documentation
[dependencies.ahtable]
version = "^0.1"

[dependencies.num-traits]
version = "^0.2"

[dependencies.twox-hash]
version = "^1.5"

[package]
authors = ["Nattapong Sirilappanich <s.nattapong@gmail.com>"]
categories = ["data-structures"]
description = "A hat-trie implementation that support prefix match iteration"
edition = "2018"
keywords = ["hat", "trie", "hat-trie", "hash", "prefix"]
license = "BSD-3-Clause"
name = "hat_trie"
readme = "README.md"
repository = "https://github.com/NattapongSiri/hat_trie_rs.git"
version = "0.2.4"