Crate mdbook_boilerplate Copy item path Source Args CmdPreprocessor A custom preprocessor which will shell out to a 3rd-party program. Report The core error reporting type of the library, a wrapper around a dynamic error reporting type. Error Sub Check whether a renderer is supported by this preprocessor SupportedRenderer Enum covering all supported renderers Parser Parse command-line arguments into Self
. Preprocessor An operation which is run immediately after loading a book into memory and
before it gets rendered. asset_path Determine the final assets path fragment_path Extract a temporary fragments path get_config_value Get a config value launch short_hash Short hash. Useful in conjunction with chapter info. Result type alias for Result<T, Report>
Table Type representing a TOML table, payload of the Value::Table
variant.
By default it is backed by a BTreeMap, enable the preserve_order
feature
to use a LinkedHashMap instead. Parser Generates the Parser
implementation.