rgen-tool 0.1.0

rgen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Rgen - Language-agnostic, deterministic code projection CLI
//!
//! This crate provides the core functionality for RDF-based code generation,
//! including template processing, RDF handling, and deterministic output generation.

// Declare test modules
pub mod mock_registry;

// Re-export commonly used types
pub use rgen_utils::error::Result;