Crates.io | iregex-automata |
lib.rs | iregex-automata |
version | 0.1.3 |
source | src |
created_at | 2024-11-19 16:57:10.843819 |
updated_at | 2024-12-03 21:56:13.83146 |
description | Finite automata definitions for the `iregex` crate. |
homepage | |
repository | https://github.com/timothee-haudebourg/iregex-rs |
max_upload_size | |
id | 1453551 |
size | 46,507 |
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.
Licensed under either of
at your option.
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.