genfile 0.3.0

CLI for genfile_core template archive management - create, manage, and materialize code generation templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Build script for genfile CLI
//!
//! Currently this is a placeholder for future Multi-YAML build-time generation.
//! Command definitions exist in commands/*.yaml as specifications, but are
//! implemented in Rust for now due to unilang API limitations for external consumers.

fn main()
{
  // Tell Cargo to rerun this build script if commands/ directory changes
  println!( "cargo:rerun-if-changed=commands/" );
}