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::Method
s into execute.
Also you can create client which uses multiple Config
s 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
Modules
Structs
- An asynchronous
Client
to make VK Requests with. - Represents any valid VK Error
Enums
- The Errors that may occur during processing a
vk_method::Method
.