anki/rslib
Damien Elmes f3b6deefe9 Combine all backend methods into a single js/d.ts file, like in Python
Easier to import from, and allows us to declare the output of the build
action without having to iterate over all the proto filenames. Have
confirmed it doesn't break esbuild's tree shaking.
2023-07-03 13:46:38 +10:00
..
benches Update Rust and Python deps (#2567) 2023-07-01 18:26:43 +10:00
i18n Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
i18n_helpers Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
io Add must_use annotations to generated protobufs 2023-06-30 17:02:36 +10:00
linkchecker Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
process Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
proto Combine all backend methods into a single js/d.ts file, like in Python 2023-07-03 13:46:38 +10:00
proto_gen Fix building outside workspace 2023-07-02 18:22:44 +10:00
src deckconfig.proto -> deck_config.proto 2023-07-03 13:44:54 +10:00
sync Support creating a standalone sync server 2023-07-02 18:22:44 +10:00
tests/support move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
bench.sh Update Rust and Python deps (#2567) 2023-07-01 18:26:43 +10:00
build.rs Fix building outside workspace 2023-07-02 18:22:44 +10:00
Cargo.toml Update Rust and Python deps (#2567) 2023-07-01 18:26:43 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
rust_interface.rs More service generation refactoring 2023-06-22 09:46:09 +10:00

Anki's Rust code.