mirror of
https://github.com/ankitects/anki.git
synced 2025-11-28 23:47:11 -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. |
||
|---|---|---|
| .. | ||
| changes.rs | ||
| chunks.rs | ||
| download.rs | ||
| finish.rs | ||
| graves.rs | ||
| meta.rs | ||
| mod.rs | ||
| normal.rs | ||
| progress.rs | ||
| protocol.rs | ||
| sanity.rs | ||
| start.rs | ||
| status.rs | ||
| tests.rs | ||
| upload.rs | ||