anki/rslib/linkchecker
RumovZ 9aca778a93
Backend Custom Study (#1600)
* Implement custom study on backend

* Switch frontend to backend custom study

* Skip typecheck for new pb classes

* Build tag search string on backend

Also fixes escaping of special characters in tag names.

* `cram.cards` -> `cram.card_limit`

* Assign more meaningful names in `TagLimit`

* Broaden rustfmt glob

* Use `invalid_input()` helper

* Assign `FilteredDeckForUpdate` to temp var

* Implement `SearchBuilder`

* Rewrite `custom_study()` with `SearchBuilder`

* Replace match macros with `SearchBuilder`

* Remove `into_nodes_list` & `concatenate_searches`
2022-01-20 14:25:22 +10:00
..
cargo update Rust deps 2022-01-15 14:59:43 +10:00
src move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
tests Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
BUILD.bazel move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
Cargo.toml move linkchecker into separate crate 2021-12-20 17:27:43 +10:00