//! Configuration types deserialized from `.ron` files
use ;
/// Arguments to a command
///
/// `[("--one-option", ["a", "b"]), ("--another", []), ..]`.
pub type CmdOptions = ;
/// Deserialized from `book.ron` in the root of an `adbook` project
/// Deserialized from `toc.ron` in directories in source directory of an `adbook` project