colap 0.2.0

A lightweight, human-friendly configuration language parser & code generator
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0
// Generated by rustemo (build.rs) — clippy findings there are the
// generator's, not ours; a regeneration would erase hand-fixes.
#[allow(clippy::all)]
pub mod cola;
#[allow(clippy::all)]
pub mod cola_actions;