ccl_rs 0.1.0

A parser for the Categorical Configuration Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
CCL Rust Parser
===============

This is a crate for parsing of CCL (Categorical Configuration Language) documents in rust.

For a description of the language, see the [original blog post](https://chshersh.com/blog/2025-01-06-the-most-elegant-configuration-language.html) or the docs.

See also
--------

* The [original implementation]https://github.com/chshersh/ccl/ in OCaml.
* [`serde_ccl`]https://crates.io/crates/serde_ccl for integration with `serde`.