//! Tools for studying foreign languages using subtitles. All APIs are
//! currently experimental or unstable, but if you'd like me to stabilize
//! things, please get in touch.
//!
//! For further details about how to use substudy, see [the main GitHub
//! page](http://github.com/emk/substudy).
extern crate difference;
extern crate encoding;
extern crate handlebars;
extern crate log;
extern crate num;
extern crate regex;
extern crate rustc_serialize;
extern crate uchardet;