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;