fst-subseq-ascii-caseless

Crates.iofst-subseq-ascii-caseless
lib.rsfst-subseq-ascii-caseless
version0.1.1
sourcesrc
created_at2018-09-08 09:26:33.28299
updated_at2020-03-13 12:05:00.664955
descriptionAn automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst.
homepagehttps://github.com/upsuper/fst-subseq-ascii-caseless
repositoryhttps://github.com/upsuper/fst-subseq-ascii-caseless
max_upload_size
id83588
size5,638
Xidorn Quan (upsuper)

documentation

README

fst-subseq-ascii-caseless

An automaton that matches if the input contains a specific subsequence ignoring ASCII case.

It is similar to fst::automaton::Subsequence, and can be used to build a simple fuzzy-finder for ASCII-only content.

Commit count: 3

cargo fmt