indicium 0.1.2

A simple search engine for collections and key-value stores with autocomplete/typeahead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.regex]
version = "1"

[package]
categories = ["database-implementations"]
description = "A simple search engine for collections and key-value stores with autocomplete/typeahead."
documentation = "https://docs.rs/indicium"
edition = "2018"
keywords = ["search", "autocomplete", "typeahead", "struct", "collection"]
license = "MIT OR Apache-2.0"
name = "indicium"
publish = true
readme = "README.md"
repository = "https://github.com/leontoeides/indicium"
version = "0.1.2"