Anki/rslib/src/storage
Damien Elmes a83c4a7da7 Move generated protobuf into anki_proto
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.
2023-06-12 15:47:51 +10:00
..
card Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
config Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
dbcheck Fix invalid ids on db check (#2445) 2023-03-19 10:58:35 +10:00
deck Automate schema 11 other duplicates clearing (#2542) 2023-06-12 11:14:14 +10:00
deckconfig Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00
graves Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
note Deck scoped dupe check (#2372) 2023-02-16 17:53:36 +10:00
notetype Automate schema 11 other duplicates clearing (#2542) 2023-06-12 11:14:14 +10:00
revlog Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
tag Expose some collection methods already public in rslib backend (#2510) 2023-05-22 13:44:18 +10:00
upgrades Fix card ease being reset on schema upgrade 2023-02-17 12:27:19 +10:00
collection_timestamps.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
mod.rs Fix invalid ids on db check (#2445) 2023-03-19 10:58:35 +10:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs Add the ability to search for custom data properties 2023-05-18 15:54:01 +10:00
sync.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
sync_check.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00