rvk 0.1.0

Crate for accessing VK API
docs.rs failed to build rvk-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rvk-0.23.0

rvk

version downloads license

A crate for accessing VK API.

Usage

Add the dependency to your Cargo.toml file:

[dependencies]
rvk = "0.1"

Also, add this line to your crate:

extern crate rvk;

Now you can take a look at this crate's API documentation to learn more about the available functions.

Example

The example is located in the API Documentation.