1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
pub(crate) mod escape;
pub(crate) mod format;
pub(crate) mod highlight;
pub(crate) mod layout;
mod length_limit;
// used by the error-index generator, so it needs to be public
pub mod markdown;
pub(crate) mod render;
pub(crate) mod sources;
pub(crate) mod static_files;
pub(crate) mod toc;
mod url_parts_builder;
#[cfg(test)]
mod tests;