# `rvk`
[](https://crates.io/crates/rvk)
[](https://crates.io/crates/rvk)
[](https://crates.io/crates/rvk)
A crate for accessing VK API in Rust.
# Usage
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](https://docs.rs/rvk) to learn more about the available functions.
# Example
The example is located in the [API Documentation](https://docs.rs/rvk/*/rvk/#example).