colap 0.2.0

A lightweight, human-friendly configuration language parser & code generator
1
2
3
4
5
6
7
8
9
//! Generated configuration parser
//! Auto‑generated by colap – DO NOT EDIT

{{#if include_imports}}
// Import only what's needed
{{#if uses_hashmap}}
use std::collections::HashMap;
{{/if}}
{{/if}}