imag/libimagentryfilter
Matthias Beyer b9fa01aa60 Merge pull request #291 from matthiasbeyer/libimagentryfilter/update-clap
Update dependency: clap 1.5.5 -> 2.1.1
2016-03-26 13:57:25 +01:00
..
src Add filter: VersionInRange, VersionOutOfRange 2016-03-18 14:33:43 +01:00
Cargo.toml Update dependency: clap 1.5.5 -> 2.1.1 2016-03-25 19:38:13 +01:00
README.md Add README for libimagentryfilter 2016-03-25 15:56:42 +01:00

README.md

libimagentryfilter

Helper library to filter lists of entries by certain predicated. Offers filters for filtering by header values and other predicates, plus this library offers logical operants to combine filters.

A commandline-to-filter DSL is planned for this, so commandline applications can use this to implement a uniform filter interface.