mates 0.3.0

A very simple commandline addressbook
Documentation
1
2
3
4
extern crate mates;
use mates::cli;

fn main() { cli::cli_main() }