1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! Caffrey: A customizable generator of meaningful data for testing and
//! development.
//!
//! Caffrey provides localized and customizable generators for a variety of
//! data types. It also enables you to write your own generators, and provide
//! your own localizations if those provided by the library are insufficient.

extern crate rand;

// There's nothing here at the moment!