Module infrastructure

Module infrastructure 

Source
Expand description

Infrastructure layer for external concerns.

This module contains implementations that interact with external systems: filesystem, parsing libraries, and rendering.

Re-exports§

pub use fs::FileSystem;
pub use fs::RealFileSystem;
pub use parser::AdrParser;
pub use parser::DefaultAdrParser;
pub use renderer::HtmlRenderer;
pub use renderer::RenderConfig;
pub use renderer::Theme;

Modules§

fs
Filesystem abstraction for testability.
parser
ADR parsing infrastructure.
renderer
HTML rendering infrastructure.