arkbot 0.4.1

A Rust rewrite (and complete redesign) of Arkanosis' Wikipedia bot
Documentation
1
2
3
4
5
6
7
pub mod download;
pub mod monitor;
pub mod parse;

pub use download::download;
pub use monitor::monitor;
pub use parse::parse;