Phoebe Gill
Phoebe Gill
https://coveralls.io/github/killercup/cargo-edit would seem to suggest that coveralls has seen no coverage data since 2016. We've currently got the following in `.travis.yml': ```yaml - env COVERAGE_TESTING=1 travis-cargo --only stable coveralls --no-sudo...
See https://github.com/killercup/cargo-edit/pull/153#pullrequestreview-54449106 It would be nice to: - [x] Switch to a more modern means of handling errors - `error-chain` instead of `quick_error` and `Box` - [ ] Introduce some...
Using html-proofer. Will apply to new projects only - existing users of the template would need to apply this change manually. Resolves #186
We're using this template for our technical documentation in GOV.UK Verify. One of the things we've found is that we slowly accumulated dead internal links due to content getting moved...
Currently, we can include crates in a workspace with glob syntax (see https://github.com/rust-lang/cargo/issues/3911). However, we can't exclude crates in the same way. See https://github.com/rust-lang/cargo/blob/master/src/cargo/core/workspace.rs#L826, where it looks as if we're...