filter-expr 0.1.9

A library for parsing the filter expression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "filter-expr"
description = "A library for parsing the filter expression."
license = "MIT"
version = "0.1.9"
edition = "2024"

[dependencies]
async-trait = "0.1.89"
regex = "1.12.2"
thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["full"] }