word_sensitive 0.1.0

A library for sensitive string matching, the implementation language is rust, and the algorithm used is ac
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
crate-type = ["cdylib", "rlib"]
name = "word_sensitive"

[package]
authors = ["yangcancai <admin.com>"]
description = "A library for sensitive string matching, the implementation language is rust, and the algorithm used is ac"
edition = "2018"
homepage = "https://github.com/yangcancai/word_sensitive"
license-file = "LICENSE"
name = "word_sensitive"
repository = "https://github.com/yangcancai/word_sensitive/"
version = "0.1.0"