flxy 0.1.19

Full-text searching and scoring of strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "flxy"

version = "0.1.19"

authors = ["Jen-Chieh Shen <jenchieh94@gmail.com>"]

description = "Full-text searching and scoring of strings"

repository = "https://github.com/jcs090218/flxy"

homepage = "https://github.com/jcs090218/flxy"

readme = "README.md"

keywords = ["search", "fuzzy", "string"]

license = "MIT"

documentation = "https://docs.rs/flxy"



[dependencies]

unicode-normalization = "0.1.19"