Module regex_automata::util::wire

source ·
Expand description

Types and routines that support the wire format of finite automata.

Currently, this module just exports a few error types and some small helpers for deserializing dense DFAs using correct alignment.

Structs§

  • A hack to align a smaller type B with a bigger type T.
  • An error that occurs when deserializing an object defined in this crate.
  • An error that occurs when serializing an object from this crate.