Commit Graph

4 Commits

Author SHA1 Message Date
Anthony Oteri 0a112ed56f Additional documetation of error conditions 2023-09-13 23:05:55 -04:00
Anthony Oteri 7d7e540a16 Refactoring of the repo module
Refactor out several smaller single-responsibility methods from the
current `handle_list` method, including: `fetch_all` and `parse_rfc5988`.
Also provide some better documentation around that module.
2023-09-13 22:58:58 -04:00
Anthony Oteri 957b0bb2cc Apply consistent formatting with cargo-fmt 2023-09-13 21:45:37 -04:00
Anthony Oteri 7b0c3f1dcc Create initial project structure
The initial project structure includes the base scaffolding of the
application as well as the ability to fetch the repo list from the
remote endpoint.
2023-09-13 17:37:28 -04:00