1 2 3 4 5 6 7 8 9 10 11 12
//! This is the main crate of the [prdoc](/prdoc) cli. pub mod commands; pub mod common; pub mod doc_filename; pub mod docfile; pub mod docfile_wrapper; pub mod title; pub mod schema; pub mod error;