mdBook/src/config/mod.rs

8 lines
169 B
Rust
Raw Normal View History

2017-05-18 17:32:08 +00:00
pub mod bookconfig;
pub mod htmlconfig;
pub mod tomlconfig;
// Re-export the config structs
pub use self::bookconfig::BookConfig;
pub use self::htmlconfig::HtmlConfig;