summaryrefslogtreecommitdiffstats
path: root/librepology/src/lib.rs
AgeCommit message (Collapse)Author
2021-04-06Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Convert from failure to thiserrorMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-02Revert "Add filters for Repo, Name, Status, Version, License and Maintainer"Matthias Beyer
We do not really need this feature in the library, authors of software can easily implement this for their needs and we do not have to ship all features all people _might_ use at some point. Keep the library KISSy. This reverts commit 44215217da63762b36827f5ef6604c5a2ad6b73d.
2019-04-23Add filters for Repo, Name, Status, Version, License and MaintainerMatthias Beyer
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.