rump 0.1.0

Text snippets on the command line.
Documentation
1
2
3
4
5
6
extern crate getopts;
extern crate rustc_serialize;

pub mod cli;
pub mod commands;
mod data;