cctr-expr 0.6.0

Expression language parser and evaluator for cctr constraints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cctr-expr"
description = "Expression language parser and evaluator for cctr constraints"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
regex = "1"
thiserror = "1"
winnow = "0.6"