iregex-automata

Crates.ioiregex-automata
lib.rsiregex-automata
version0.1.3
sourcesrc
created_at2024-11-19 16:57:10.843819
updated_at2024-12-03 21:56:13.83146
descriptionFinite automata definitions for the `iregex` crate.
homepage
repositoryhttps://github.com/timothee-haudebourg/iregex-rs
max_upload_size
id1453551
size46,507
Timothée Haudebourg (timothee-haudebourg)

documentation

https://docs.rs/iregex-automata

README

NFA and DFA on Unicode scala values for Rust

This library provides an implementation of Nondeterministic Finite Automata (NFA) and Deterministic Finite Automata (DFA) for Unicode scalar values (the [char] type). It is used by the iregex crate to represent compiled regular expressions.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 19

cargo fmt