yada 0.5.0

Yada is a yet another double-array trie library aiming for fast search and compact data representation.
Documentation
[package]
authors = ["Takuya Asano <takuya.a@gmail.com>"]
categories = ["algorithms", "compression", "data-structures", "text-processing"]
description = "Yada is a yet another double-array trie library aiming for fast search and compact data representation."
documentation = "https://github.com/takuyaa/yada"
edition = "2018"
homepage = "https://github.com/takuyaa/yada"
keywords = ["double-array", "trie", "search"]
license = "MIT OR Apache-2.0"
name = "yada"
readme = "README.md"
repository = "https://github.com/takuyaa/yada"
version = "0.5.0"