pub type Label = u32;Expand description
Label type for input/output symbols.
Labels are 32-bit unsigned integers representing symbols from the input or output alphabet. Label 0 is reserved for epsilon (empty string) transitions, following the convention established in OpenFst.