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