rustdoc-seeker 0.5.2

rustdoc-seeker parse the `search-index.js` generated by `rustdoc` and provide fast searching ability
Documentation
[package]
name = "rustdoc-seeker"
version = "0.5.2"
authors = ["Daniel <daniel65536@gmail.com>"]
description = "rustdoc-seeker parse the `search-index.js` generated by `rustdoc` and provide fast searching ability"
repository = "https://github.com/blackgear/rustdoc_seeker"
license = "MIT"

[dependencies]
fst = { version = "0.3", default-features = false }
itertools = "0.8"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
string_cache = "0.7"

[dev-dependencies]
fst-levenshtein = "0.2"
fst-regex = "0.2"