leankg 0.4.0

Lightweight Knowledge Graph for AI-Assisted Development
Documentation
1
2
3
4
5
6
7
pub mod generator;
pub mod templates;

#[allow(unused_imports)]
pub use generator::{DocError, DocGenerator, DocSyncResult, DocTrackingInfo};
#[allow(unused_imports)]
pub use templates::{TemplateEngine, TemplateError};