logo

Crate rvk

source · []
Expand description

This is a simple crate for accessing VK API (using async/await).

It has two complementary crates: rvk_methods and rvk_objects, providing methods (to avoid the need to specify them as strings) and objects respectively.

These crates can also be used separately (note that rvk_methods depends on rvk to actually call the methods).

Note that for rvk_methods and rvk_objects, the supported versions of the VK API may be different. Consult the API_VERSION constant in these crates to learn which versions they support.

Re-exports

pub use crate::api::APIClient;
pub use crate::api::Params;

Modules

Performs calls to the VK API.

Represents errors that can happen during a method call.