wackbyte
wackbyte
Also includes some minor cleanup.
I bumped the MSRV to 1.60.0 as [env_logger 0.10.0 requires it](https://github.com/rust-cli/env_logger/blob/v0.10.0/CHANGELOG.md).
Now that structopt's features have been merged into clap, structopt is no longer actively being developed.
I think it would be helpful for there to be an additional section for the intersection of AABBs and circles.
Currently, when viewing a badge on a branch whose latest commit's pipeline was skipped, it says `branch not found`. It would be nice to have an option to ignore skipped...
I found that it didn't make much sense to have conditional versions of each by-ref `pipe` method, so I did that for `tap` instead. Closes #7.
Currently, `pipe_deref` is defined like so: ```rs fn pipe_deref(&'a self, func: impl FnOnce(&'a Self::Target) -> R) -> R where Self: Deref, Self::Target: 'a, R: 'a + Sized, { ... }...
badges/shields#8671
I updated the README as it has been outdated since the extension was published.