YAQL (Yet Another Query Language) is an embeddable and extensible query language, that allows performing complex queries against arbitrary objects. It has a vast and comprehensive standard library of frequently used querying functions and can be extend even further with user-specified functions. YAQL is originally written in python but this repository contains a feature equivalent (still WIP!) Rust port.
- Language Documentation http://yaql.readthedocs.org
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0