Module rusty_peg::util [] [src]

Structs

Empty
HashMap

A hash map implementation which uses linear probing with Robin Hood bucket stealing.

Join
Optional
Or
PhantomData

PhantomData<T> allows you to describe that a type acts as if it stores a value of type T, even though it does not. This allows you to inform the compiler about certain safety properties of your code.

Rc

A reference-counted pointer type over an immutable value.

RegexNt
Repeat
Whitespace

Functions

memoize
skip_whitespace