extern crate rstest;
pub type Error = ;
/// The result type for the `scrn` crate.
pub type Result<T> = Result;
/// The character_classes module contains the character class definitions
/// and utilities for SCNR2 generation.
/// The dfa module contains the DFA implementation.
/// The codegen module contains the code generation logic for SCNR2.
/// The id module contains the ID types used in the SCNR2 generation.
/// Module that provides functions and types related to DFA minimization.
/// The nfa module contains the NFA implementation.
/// The pattern module contains the pattern matching implementation.
/// The scanner data module.
/// The scanner mode module contains the scanner mode's implementation.