Struct mdbook::preprocess::PreprocessorContext [] [src]

pub struct PreprocessorContext {
    pub root: PathBuf,
    pub config: Config,
}

Extra information for a Preprocessor to give them more context when processing a book.

Fields

The location of the book directory on disk.

The book configuration (book.toml).

Trait Implementations

Auto Trait Implementations