Skip to content

AlexTalker/rust-vk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_vk

Build Status

VK.com API wrapper for Rust programming language

Note: Посвящается самой необыкновенной, доброй и непредсказуемой девушке на свете, которую автор когда-либо встречал...

Description:

The library is implemented to make easily authorization and api calls to VK.com API on Rust, for example:

extern crate rust_vk;
use rust-vk::api::VkApi;
use rust-vk::app::VkApp;
...
let app = VkApp(43727634, "v5.34", None);// Useless example for a while :)
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages