Crate vk_executive

Crate vk_executive 

Source
Expand description

Implementation of Vkontakte Client. General purpose is perform as much as possible requests per second. It uses smart compression vk_method::Methods into execute. Also you can create client which uses multiple Configs with Client::from_configs. Each Config includes own token, http client, api version and so on.

By default, it provides relatively low-level Client::method However, there is thisvk feature avaible. Consider using it if you want call vk methods directly from Client. For details see thisvk.

Re-exports§

pub use config::Config;
pub use vk_method;

Modules§

config

Structs§

Client
An asynchronous Client to make VK Requests with.
Method
VkError
Represents any valid VK Error

Enums§

Error
The Errors that may occur during processing a vk_method::Method.

Type Aliases§

Result