filter-expr 0.1.12

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

[dependencies]
async-trait.workspace = true
thiserror.workspace = true

[dev-dependencies]
tokio = { version = "1.48.0", features = ["full"] }