upversion 0.1.0

provides you to notify your clients when new version released
Documentation
1
2
3
4
5
6
//! List of supported vendors
mod api;
mod github;

pub use self::api::{Api, DeserializeResponse};
pub use self::github::GitHubVendor;