// pub struct TransitionTable { // initial: State, // state_names: Vec, // // transitions: Vec>, // final_states: Vec, // } // pub struct DFA { // state: State, // }