Module regex::input [−][src]
Re-exports
use std::char; |
use std::cmp::Ordering; |
use std::fmt; |
use std::ops; |
use std::u32; |
use syntax; |
use literal::LiteralSearcher; |
use prog::InstEmptyLook; |
use utf8::decode_utf8; |
use utf8::decode_last_utf8; |
Structs
ByteInput |
An input reader over bytes. |
Char |
An inline representation of |
CharInput |
An input reader over characters. |
InputAt |
Represents a location in the input. |
Traits
Input |
An abstraction over input used in the matching engines. |