use ;
/// Automata module.
///
/// This module file is generated by the command line interface or builder
/// library. It contains an `Iri` type definition for the `IRI` production of
/// the `iri.abnf` that we exported here, with a `validate_bytes` and a
/// `validate_bytes` const function.
///
/// The attribute macro itself doesn't generate anything, but replaces this item
/// with an external module import `mod automata;`.
/// Derive the `validate_bytes` and `validate_str` methods from the
/// `automata::Iri` automaton.
;