tinc-cel 0.2.1

A CEL Type used by tinc-build and tinc for validating protobuf messages
Documentation
<!-- dprint-ignore-file -->
<!-- sync-readme title [[ -->
# tinc-cel
<!-- sync-readme ]] -->

> [!WARNING]  
> This crate is under active development and may not be stable.

<!-- sync-readme badge [[ -->
[![docs.rs](https://img.shields.io/docsrs/tinc-cel/0.2.1.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/tinc-cel/0.2.1)
[![crates.io](https://img.shields.io/badge/crates.io-v0.2.1-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/tinc-cel/0.2.1)
![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square)
![Crates.io Size](https://img.shields.io/crates/size/tinc-cel/0.2.1.svg?style=flat-square)
![Crates.io Downloads](https://img.shields.io/crates/dv/tinc-cel/0.2.1.svg?&label=downloads&style=flat-square)
[![Codecov](https://img.shields.io/codecov/c/github/troykomodo/crates.svg?label=codecov&logo=codecov&style=flat-square&component=tinc)](https://app.codecov.io/gh/troykomodo/crates)
<!-- sync-readme ]] -->

---

<!-- sync-readme rustdoc [[ -->
Currently this is a fully private api used by `tinc` and `tinc-build` to
compile and execute [CEL](https://cel.dev/) expressions.

### Feature flags

* **`runtime`** —  Enables runtime enum type indexing
* **`docs`** —  Enables documentation of feature flags

### License

This project is licensed under the MIT or Apache-2.0 license.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: MIT OR Apache-2.0`
<!-- sync-readme ]] -->