Commits
Click on a commit to change the comparison rangechore: bump minimum rust version3 months ago
by Rolv-Apneseth fix: misc CI issues3 months ago
by Rolv-Apneseth feat: use `enum_dispatch` to avoid needing to manually call `cmd.execute` for each variant of `Command`3 months ago
by Rolv-Apneseth refactor: avoid cloning request input string3 months ago
by Rolv-Apneseth refactor: use `Cow<'static, str>` instead of `String` for `check::Request.text`3 months ago
by Rolv-Apneseth refactor: use `Cow<'source, str>` when not compiling with the `cli` feature
Required cloning structs and methods from `api::check` to separate out
the `clap` functionality, as `clap` wouldn't support the lifetime
without it being `'static`2 months ago
by Rolv-Apneseth fix: correct length addition and use `Cow::to_mut`2 months ago
by Rolv-Apneseth fix: satisfy `clippy` pre-commit hook2 months ago
by Rolv-Apneseth