rsgraph 0.1.1

telegra.ph API bindings in Rust
Documentation
1
2
3
4
5
6
7
8
9
10


pub struct Account {
    short_name: String,
    author_name: String,
    author_url: String,
    access_token: Option<String>,
    auth_url: Option<String>,
    page_count: Option<u64>,
}