Crate fast_vk

Source
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§

instance

Structs§

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

Enums§

Error
The Errors that may occur when processing a Method.

Type Aliases§

Result