Docs.rs
article_scraper-2.3.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
article_scraper 2.3.1
Scrap article contents from the web. Powered by fivefilters full text feed configurations & mozilla readability.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
full_text_parser
images
article.rs
clean.rs
constants.rs
download_progress.rs
error.rs
image_object.rs
lib.rs
util.rs
video_object.rs
1
2
3
4
pub
struct
DownloadProgress
{
pub
total_size
:
usize
,
pub
downloaded
:
usize
,
}