guidebook 0.1.16

HonKit/GitBook compatible static book generator
1
2
3
4
5
6
7
pub mod book_config;
pub mod langs;
pub mod summary;

pub use book_config::BookConfig;
pub use langs::Language;
pub use summary::{Summary, SummaryItem};