Modules
- Operations on Wikimedia article dump archives.
- Shared code for making HTTP requests
Macros
- Lazily constructs a cached instance of
regex::Regex
. - Analagous to the
std::try!(Result<T,E>)
macro but for use on aResult<Option<T>,E>
value. - Analagous to the
std::try!(Result<T,E>)
macro but for use in a function that returnsOption<Result<T,E>>
, such asIterator::next()
methods (hence the name).
Structs
- Represents a regex built from user input.