summaryrefslogtreecommitdiffstats
path: root/librepology/src
AgeCommit message (Collapse)Author
2019-04-25Add doc: v1::types moduleMatthias Beyer
2019-04-25Refactor: Impl of Api for RestApi to be less codeMatthias Beyer
2019-04-25Add doc: REST Api typeMatthias Beyer
2019-04-25Refactor: Move StdinWrapper to own moduleMatthias Beyer
2019-04-25Add doc: v1::api::StdinWrapperMatthias Beyer
2019-04-25Add doc: v1::api::ApiMatthias Beyer
2019-04-24types: Add "new" deriveMatthias Beyer
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.