summaryrefslogtreecommitdiffstats
path: root/librepology/src/v1/types.rs
AgeCommit message (Collapse)Author
2019-04-24Split types into module and submodulesMatthias Beyer
Without breaking the build because we reexport the private submodule types in the crate::v1::types module.
2019-04-23Add filters for Repo, Name, Status, Version, License and MaintainerMatthias Beyer
2019-04-23Make v1::types derive Eq, PartialEq, Ord, PartialOrdMatthias Beyer
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.