filter_ast 0.2.1

An AST for boolean filter expressions
Documentation
1
2
3
4
5
6
7
# filter_ast

[![Build Status](https://github.com/TedDriggs/filter_ast/workflows/CI/badge.svg)](https://github.com/TedDriggs/filter_ast/actions)
[![Latest Version](https://img.shields.io/crates/v/filter_ast.svg)](https://crates.io/crates/filter_ast)
![Rustc Version 1.31+](https://img.shields.io/badge/rustc-1.45+-lightgray.svg)

An AST representation of a boolean filter expression for Rust.