fastrie 0.2.1

Sequentialised memory-packed associative tries, buildable at compile time, useful for longest prefix matching
Documentation
1
2
3
4
5
6
7
8
9
[package]
authors = ["Wilson Lin <code@wilsonl.in>"]
description = "Sequentialised memory-packed associative tries, buildable at compile time, useful for longest prefix matching"
edition = "2018"
homepage = "https://github.com/wilsonzlin/fastrie"
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
license = "MIT"
name = "fastrie"
version = "0.2.1"