Docs.rs
wikimedia-0.1.1
wikimedia 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fluffysquirrels
Dependencies
ammonia ^3.3.0
normal
anyhow ^1.0
normal
bzip2 ^0.4.4
normal
chrono ^0.4.23
normal
clap ^4.1.8
normal
crossbeam-utils ^0.8.15
normal
derive_builder ^0.12.0
normal
encoding_rs ^0.8
normal
futures ^0.3.27
normal
hex ^0.4.3
normal
http-cache-reqwest ^0.8.0
normal
human_format ^1.0.3
normal
iterator-ext ^0.2.1
normal
lz4_flex ^0.10.0
normal
maplit ^1.0.2
normal
mime ^0.3.16
normal
natord ^1.0.9
normal
once_cell ^1.17.1
normal
progress-streams ^1.1.0
normal
quick-xml ^0.27.1
normal
rand ^0.8.5
normal
rayon ^1.7.0
normal
regex ^1.7.1
normal
reqwest ^0.11.14
normal
reqwest-middleware ^0.2.1
normal
scraper ^0.15.0
normal
serde ^1.0.100
normal
serde_json ^1.0.93
normal
sha1 ^0.10.5
normal
tokio ^1.26.0
normal
tokio-stream ^0.1.12
normal
tokio-util ^0.7.7
normal
tracing ^0.1.37
normal
valuable ^0.1.0
normal
valuable-serde ^0.1.0
normal
Versions
16.48%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wikimedia
0.1.1
All Items
Crate Items
Modules
Macros
Structs
Type Aliases
Crate
wikimedia
Copy item path
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
User
Regex
Represents a regex built from user input.
Type Aliases
§
Error
Result