summaryrefslogtreecommitdiffstats
path: root/src/matcher.rs
AgeCommit message (Collapse)Author
2024-02-09Bump edition to 2021 and introduce rustfmtPro
2020-03-05Replace failure with thiserrorMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-07Move code to failure as error handling libraryMatthias Beyer
2017-09-26Implement filter interface for matchersMatthias Beyer
2017-09-26Add Matcher trait for indicatorsMatthias Beyer