checkvist 0.1.0

An API client for https://checkvist.com
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
extern crate serde;

mod checkvist_date;
pub mod models;
pub mod client;

pub use client::Client;