summaryrefslogtreecommitdiffstats
path: root/src/filter.rs
AgeCommit message (Expand)Author
2016-10-02Relicense to MPL-v2.0Matthias Beyer
2016-08-25Implement Fn(I) -> bool for Filter structsLee Bousfield
2016-08-22Run example code from Filter functions in testsMatthias Beyer
2016-08-15Add bool helper for filter constructionMatthias Beyer
2016-08-12Add test for Filter::xor()Matthias Beyer
2016-08-12Add XOr type and Filter::xor()Matthias Beyer
2016-08-12Add Filter::nor()Matthias Beyer
2016-08-12Add Filter::nand()Matthias Beyer
2016-08-12Add documentation for filter moduleMatthias Beyer
2016-08-12Add test for iterator filteringMatthias Beyer
2016-08-11Make everything workMatthias Beyer
2016-08-10Add Filter traitMatthias Beyer