parsicle 25.6.13

A little tool for parsing articles from the web and extracting useful data from them
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![feature(let_chains)]
#![feature(new_range_api)]

pub mod article;
pub mod author;
pub mod fetch;
pub mod image;
pub mod parse;
pub mod parse_fail;
pub mod section;
pub mod sources;