crawdad 0.4.0

Crawdad: ChaRActer-Wise Double-Array Dictionary
Documentation
[dependencies]

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Shunsuke Kanda <shnsk.knd@gmail.com>"]
categories = ["text-processing", "algorithms", "data-structures", "no-std"]
description = "Crawdad: ChaRActer-Wise Double-Array Dictionary"
edition = "2021"
exclude = [".*"]
homepage = "https://github.com/daac-tools/crawdad"
keywords = ["search", "text", "double-array", "trie"]
license = "MIT OR Apache-2.0"
name = "crawdad"
readme = "README.md"
repository = "https://github.com/daac-tools/crawdad"
resolver = "2"
version = "0.4.0"