anki/rslib
Damien Elmes ebeae9a5a0 don't pass BUILDINFO into build script
It was causing the build script to be recompiled each time a commit was
made, even though buildinfo.txt was not changing.
2020-12-21 16:04:29 +10: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 Update rslib dep nom 2020-12-15 08:19:52 +00:00
src don't pass BUILDINFO into build script 2020-12-21 16:04:29 +10: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 rslib dep nom 2020-12-15 08:19:52 +00: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.