arkbot 0.4.1

A Rust rewrite (and complete redesign) of Arkanosis' Wikipedia bot
Documentation
1
2
3
4
5
6
7
8
pub struct Page {
    pub namespace: i32,
    pub title: String,
    pub text: Option<String>,
    pub target: Option<String>,
    pub username: Option<String>,
    pub timestamp: Option<String>,
}