mirror of
https://github.com/rust-lang/mdBook
synced 2025-01-08 10:48:43 +00:00
8 lines
169 B
Rust
8 lines
169 B
Rust
|
pub mod bookconfig;
|
||
|
pub mod htmlconfig;
|
||
|
pub mod tomlconfig;
|
||
|
|
||
|
// Re-export the config structs
|
||
|
pub use self::bookconfig::BookConfig;
|
||
|
pub use self::htmlconfig::HtmlConfig;
|