rvk

Crates.iorvk
lib.rsrvk
version0.23.0
sourcesrc
created_at2018-05-22 14:24:50.213946
updated_at2022-06-11 18:19:18.068148
descriptionSimple crate for accessing VK (VKontakte) API (using `async`/`await`)
homepage
repositoryhttps://github.com/u32i64/rvk
max_upload_size
id66612
size8,250
(u32i64)

documentation

README

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.

Commit count: 193

cargo fmt