38 releases (22 breaking)
0.23.0 | Jun 11, 2022 |
---|---|
0.21.0 | Feb 9, 2021 |
0.19.0 | Dec 21, 2020 |
0.18.0 | Jul 30, 2020 |
0.5.0 | Jul 19, 2018 |
#5 in #vk
Used in 2 crates
9KB
141 lines
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.
Dependencies
~4–16MB
~215K SLoC