indexrs 0.5.0

A simple, inefficient multi-language search index.
Documentation
[package]
name = "indexrs"
version = "0.5.0"
authors = ["Aaron Muir Hamilton <aaron@correspondwith.me>"]
license = "ISC"
keywords = ["full-text-search", "index", "search"]
repository = "https://github.com/xorgy/indexrs"
description = "A simple, inefficient multi-language search index."
edition = "2018"
categories = ["text-processing"]

[dependencies]
unicode-normalization = "0.1.17"