mirror of
https://github.com/ankitects/anki.git
synced 2025-11-17 01:57:12 -05:00
I'm trying to go over accessibilities issues in AnkiDroid. Since we'll use rust backend, I thought I might as well go over it in rust directly. The only side effect in anki is that, if you copy a text with the image, you'll get the LaTeX copied instead of nothing. Alas, it seems qt does not show alt text. |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| src | ||
| templates | ||
| tests/support | ||
| .gitignore | ||
| backend.proto | ||
| BUILD.bazel | ||
| Cargo.toml | ||
| README.md | ||
| rustfmt.bzl | ||
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.