This patch adds the parser module that uses kuchiki and html5ever to parse the HTML documentation. As kuchiki requires std::mem::MaybeUninit, we have to bump the minimum supported Rust version to 1.36.
This patch adds the structopt dependency and implements a simple command-line interface for rusty-man.
This patch contains the initial project scaffolding, based on the files generated by cargo new.