aqc-text-engine-core 0.2.0

Reusable text file requirement, merge, and reconcile helpers for AQC file engines.
Documentation
1
2
3
4
5
6
7
8
9
//! Text file requirement model and merge logic.

mod merge;
mod model;

pub use model::{
    ResolvedTextFileRequirements, TextFileContents, TextFileRequirements, TextFileValueError,
    TextSnippet, TextSnippetId,
};