json-eval-rs 0.0.97

High-performance JSON Logic evaluator with schema validation and dependency tracking. Built on blazing-fast Rust engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# C# Examples

Available examples for the JsonEvalRs C# binding.

## Benchmark

Path: [`benchmark/`](benchmark/)

Benchmarks the local C# binding against the Rust baseline using repository sample schemas.

```bash
cd bindings/csharp/examples/benchmark
dotnet build --configuration Release
dotnet run --configuration Release
```

See [`benchmark/README.md`](benchmark/README.md) for requirements, options, and troubleshooting.