Crate wikimedia

source ·

Modules

Macros

  • Lazily constructs a cached instance of regex::Regex.
  • Analagous to the std::try!(Result<T,E>) macro but for use on a Result<Option<T>,E> value.
  • Analagous to the std::try!(Result<T,E>) macro but for use in a function that returns Option<Result<T,E>>, such as Iterator::next() methods (hence the name).

Structs

Type Definitions