Commits
Click on a commit to change the comparison rangechore: bump minimum rust version2 years ago
by Rolv-Apneseth fix: misc CI issues2 years ago
by Rolv-Apneseth feat: use `enum_dispatch` to avoid needing to manually call `cmd.execute` for each variant of `Command`2 years ago
by Rolv-Apneseth refactor: avoid cloning request input string2 years ago
by Rolv-Apneseth refactor: use `Cow<'static, str>` instead of `String` for `check::Request.text`2 years ago
by Rolv-Apneseth refactor: use `Cow<'source, str>` when not compiling with the `cli` feature2 years ago
by Rolv-Apneseth fix: correct length addition and use `Cow::to_mut`2 years ago
by Rolv-Apneseth fix: satisfy `clippy` pre-commit hook2 years ago
by Rolv-Apneseth