Crate lrtable[][src]

Re-exports

pub use crate::statetable::Action;
pub use crate::statetable::StateTable;
pub use crate::statetable::StateTableError;
pub use crate::statetable::StateTableErrorKind;

Modules

Structs

StIdx is a wrapper for a state index. Its internal type is StIdxStorageT. The only guarantee we make about `StIdx’ is that it can be infallibly converted to usize.

Enums

Functions

Type Definitions

The type of the inner value of an StIdx.