vkapi2 0.4.3

vk api wrapper for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub struct AddDocsOptions {
    pub access_key: String,
}

impl Default for AddDocsOptions {
    fn default() -> Self {
        Self {
            access_key: "".to_string(),
        }
    }
}