kah 0.2.0

A small helper for Kattis assignments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[macro_use]
extern crate structopt;
extern crate ini;
extern crate reqwest;
extern crate tempfile;
extern crate zip;
#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate serde_json;
extern crate url;

pub mod cli;
pub mod get;
pub mod init;
pub mod languages;
pub mod test;