Skip to main content

dfa_unpack

Function dfa_unpack 

Source
pub fn dfa_unpack(packed: &PackedDfa) -> Option<Dfa>
Expand description

Unpack a PackedDfa back into a Dfa. Used by tests and by consumers that need to verify a packed buffer round-trips.

ยงErrors

Returns None when the buffer is malformed or the format tag does not match any known encoding.