Module preprocessor

Module preprocessor 

Source
Expand description

Module containing documentation preprocessors.

Re-exportsยง

pub use contract_inheritance::CONTRACT_INHERITANCE_ID;
pub use contract_inheritance::ContractInheritance;
pub use inheritdoc::INHERITDOC_ID;
pub use inheritdoc::Inheritdoc;
pub use git_source::GIT_SOURCE_ID;
pub use git_source::GitSource;
pub use deployments::DEPLOYMENTS_ID;
pub use deployments::Deployment;
pub use deployments::Deployments;

Modulesยง

contract_inheritance ๐Ÿ”’
deployments ๐Ÿ”’
git_source ๐Ÿ”’
infer_hyperlinks ๐Ÿ”’
inheritdoc ๐Ÿ”’

Structsยง

PreprocessorId
The preprocessor id.

Enumsยง

PreprocessorOutput
Preprocessor output. Wraps all existing preprocessor outputs in a single abstraction.

Traitsยง

Preprocessor
Trait for preprocessing and/or modifying existing documents before writing the to disk.