Registry / other / fst-regex

fst-regex

JSON →
library0.3.0rscratesunverified

DEPRECATED. Use the 'regex-automata' crate with the 'transducer' feature instead.

# Cargo.toml [dependencies] fst-regex = "0.3.0"
INSTALL
IMPORT
SIG · FST-REGEX
F
fst-regex
otherrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Regex
use fst_regex::Regex;

Compiles a regex using the deprecated fst-regex crate.

use fst_regex::Regex; fn main() { let re = Regex::new(r"foo.*").unwrap(); println!("Regex compiled"); }
Debug
Known issues
breakingThis crate is deprecated and no longer maintained.
fix
Migrate to the 'regex-automata' crate with the 'transducer' feature enabled.
affects: >=0.3.0
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fst-regex — cargo add fst-regex · libregistry