anki/rslib
Arthur Milchior d933d7774f Add Alt text to latex image
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.
2020-12-30 18:00:06 +01:00
..
.cargo initial Bazel conversion 2020-11-01 14:26:58 +10:00
build don't pass BUILDINFO into build script 2020-12-21 16:04:29 +10:00
cargo add aarch64 Linux to cargo; update deps 2020-12-30 13:33:16 +10:00
src Add Alt text to latex image 2020-12-30 18:00:06 +01:00
templates migrate card stats to backend 2020-06-15 17:22:16 +10:00
tests/support initial Bazel conversion 2020-11-01 14:26:58 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
backend.proto move backend.proto into rslib/ 2020-11-02 16:28:31 +10:00
BUILD.bazel don't pass BUILDINFO into build script 2020-12-21 16:04:29 +10:00
Cargo.toml update prost to new 0.7 release+auto stage changes 2020-12-28 10:12:35 +10:00
README.md add some code editing/completion docs 2020-12-16 14:16:08 +10:00
rustfmt.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00

Anki's Rust code.

backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.