filter-expr 0.1.16

A library for parsing the filter expression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "filter-expr"
description = "A library for parsing the filter expression."
version = "0.1.16"
edition.workspace = true
license.workspace = true
repository.workspace = true
documentation = "https://docs.rs/filter-expr"

[dependencies]
async-trait.workspace = true
ordered-float = "5.1.0"
thiserror.workspace = true

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