rvk
A crate for accessing VK API.
Add the dependency to your Cargo.toml
file:
toml
[dependencies]
rvk = "0.1"
Also, add this line to your crate:
rust
extern crate rvk;
Now you can take a look at this crate's API documentation to learn more about the available functions.
The example is located in the API Documentation.