rto-spec 0.0.5

House-style ADR/blueprint parsing, intent interview, and drift checking for Roteiro
Documentation
1
2
3
4
5
6
7
//! House-style ADR/blueprint parsing, the intent-confirmation interview, and
//! `roteiro check` drift detection. Sections of ADRs become graph nodes;
//! `[[path#Symbol]]` links and `// @rto:` annotations become `authored` edges.

mod adr;

pub use adr::{AdrMeta, AdrStatus, ParseError};