colap 0.2.0

A lightweight, human-friendly configuration language parser & code generator
1
2
3
4
5
// SPDX-License-Identifier: Apache-2.0
mod generator_impl;

// Re-export the main components from generator_impl
pub use generator_impl::*;