Module regex::prog[][src]

Re-exports

use std::collections::HashMap;
use std::cmp::Ordering;
use std::fmt;
use std::ops::Deref;
use std::mem;
use std::slice;
use std::sync::Arc;
use input::Char;
use literal::LiteralSearcher;

Structs

InstBytes

Representation of the Bytes instruction.

InstChar

Representation of the Char instruction.

InstEmptyLook

Representation of the EmptyLook instruction.

InstRanges

Representation of the Ranges instruction.

InstSave

Representation of the Save instruction.

InstSplit

Representation of the Split instruction.

Program

Program is a sequence of instructions and various facts about thos instructions.

Enums

EmptyLook

The set of zero-width match instructions.

Inst

Inst is an instruction code in a Regex program.

Type Definitions

InstPtr

InstPtr represents the index of an instruction in a regex program.