Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-19 | Fetch a GitHub PR suggestion comment | Teddy Wing | |
Add a `Suggestion` struct to represent a GitHub PR suggestion comment. Use the 'github-rs' library to fetch a given comment from the site by its ID. Converted the 'github-rs' error into a string because its `github_rs::client::Error` type is private, so I can't define an error variant source with that type. | |||
2020-07-13 | Initialise a new Rust v1.44.1 project | Teddy Wing | |
Initialised with: $ cargo init --bin |