mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
Instead, fetch the config order on the frontend and pass a builtin variant into the backend. That makes the following unnecessary: * Resolving the config sort in search/mod.rs * Deserializing the Column enum * Config accessors for the sort columns |
||
|---|---|---|
| .. | ||
| anki | ||
| rsbridge | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .isort.cfg | ||
| .pylintrc | ||
| BUILD.bazel | ||
| mypy.ini | ||
| orjson.bzl | ||
| protobuf.bzl | ||
| README.md | ||
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.