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ยง
- AlignAs
 - A hack to align a smaller type 
Bwith a bigger typeT. - Deserialize
Error  - An error that occurs when deserializing an object defined in this crate.
 - Serialize
Error  - An error that occurs when serializing an object from this crate.