mant-engine 0.11.0

Structured manual and Markdown document engine used by ManT
Documentation
1
2
3
4
5
6
//! Cross-crate query-to-report contracts; renderer unit tests need no query engine.

#[path = "report_composition/markdown.rs"]
mod markdown;
#[path = "report_composition/text.rs"]
mod text;