mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
Due to the orphan rule, this meant removing our usages of impl ProtoStruct, or converting them to a trait when they were used commonly. rslib now directly references anki_proto and anki_i18n, instead of 'pub use'-ing them, and we can put the generated files back in OUT_DIR. |
||
|---|---|---|
| .. | ||
| benches | ||
| i18n | ||
| i18n_helpers | ||
| linkchecker | ||
| proto | ||
| src | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
Anki's Rust code.