/*! `adbook` is a tool for building book-like web pages
The name came from [mdbook], which was inspired by [GitBook].
[mdbook]: https://rust-lang.github.io/mdBook/
[GitBook]: https://www.gitbook.com/
!*/
// Globally importing `info!`, `warn!`, etc.
extern crate log;
// Globally importing `anyhow!`, `bail!` and `ensure!`
extern crate anyhow;