filter_ast 0.1.1

An AST for boolean filter expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.104"

[package]
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
description = "An AST for boolean filter expressions\n"
documentation = "https://docs.rs/filter_ast/0.1.1"
edition = "2018"
exclude = ["/.github/**"]
license = "MIT"
name = "filter_ast"
readme = "README.md"
repository = "https://github.com/TedDriggs/filter_ast"
version = "0.1.1"