Crates.io | fst-subseq-ascii-caseless |
lib.rs | fst-subseq-ascii-caseless |
version | 0.1.1 |
source | src |
created_at | 2018-09-08 09:26:33.28299 |
updated_at | 2020-03-13 12:05:00.664955 |
description | An automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst. |
homepage | https://github.com/upsuper/fst-subseq-ascii-caseless |
repository | https://github.com/upsuper/fst-subseq-ascii-caseless |
max_upload_size | |
id | 83588 |
size | 5,638 |
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.