Crate wikimedia

Source

Modules§

dump
Operations on Wikimedia article dump archives.
http
Shared code for making HTTP requests
slug
util
wikitext

Macros§

lazy_regex
Lazily constructs a cached instance of regex::Regex.
try2
Analagous to the std::try!(Result<T,E>) macro but for use on a Result<Option<T>,E> value.
try_iter
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§

TempDir
UserRegex
Represents a regex built from user input.

Type Aliases§

Error
Result