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