Module icu_list::provider::serde_dfa

source ·

Structs§

  • A serde-compatible version of regex_automata::dfa::sparse::DFA. This does not implement [serde::Deserialize] directly, as binary deserialization is not supported in big-endian platforms. Self::maybe_deserialize can be used to deserialize to Option<SerdeDFA>.