Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddriggs/filter_ast
Rust AST for boolean filter expressions
https://github.com/teddriggs/filter_ast
Last synced: 3 months ago
JSON representation
Rust AST for boolean filter expressions
- Host: GitHub
- URL: https://github.com/teddriggs/filter_ast
- Owner: TedDriggs
- License: mit
- Created: 2021-02-11T14:22:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T19:23:13.000Z (about 3 years ago)
- Last Synced: 2024-08-08T17:43:38.440Z (5 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.