Crates.io | rvk |
lib.rs | rvk |
version | 0.23.0 |
source | src |
created_at | 2018-05-22 14:24:50.213946 |
updated_at | 2022-06-11 18:19:18.068148 |
description | Simple crate for accessing VK (VKontakte) API (using `async`/`await`) |
homepage | |
repository | https://github.com/u32i64/rvk |
max_upload_size | |
id | 66612 |
size | 8,250 |
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.