//! This uses the `include_dir!()` procedural macro. When run, it prints out the
//! names of all the files in examples/poems, and then prints the contents of
//! one of the files in the directory.
//!
//! Usage:
//!
//! cargo run --example poems
use Path;
use from_utf8;
use include_dir;