prefix_dictionary 0.0.2

Data structure similar to a dictionary, but enabling search for prefixes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitflags]
version = "2.5.0"

[package]
authors = ["Regis Portalez <info@example.com>"]
description = """
Data structure similar to a dictionary, but enabling search for prefixes
"""
documentation = "https://docs.rs/prefix_dictionary/"
edition = "2021"
exclude = ["Cargo.toml.orig"]
homepage = "https://github.com/JeWaVe/head-dictionary"
keywords = ["dictionary", "prefix", "search", "datastructure"]
license = "MIT"
name = "prefix_dictionary"
readme = "README.md"
repository = "https://github.com/JeWaVe/head-dictionary"
version = "0.0.2"