texforge 0.6.0

Self-contained LaTeX to PDF compiler CLI
1
2
3
4
5
6
//! Domain layer — core business entities.
//!
//! This layer contains the core types and logic for projects, templates,
//! and document assembly. No dependencies on infrastructure or frameworks.

pub mod project;