Expand description

Library for fast data collection from VK

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

Re-exports

pub use instance::Instance;
pub use vk_method;

Modules

Structs

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

Enums

The Errors that may occur when processing a Method.

Type Definitions