anki/rslib/src/card
RumovZ 31b7464c67
Add card meta for persisting custom scheduling state (#2040)
* Add card meta for persisting custom scheduling state

* Rename meta -> custom_data

* Enforce limits on size of custom data

Large values will slow down table scans of the cards table, and it's
easier to be strict now and possibly relax things in the future than
the opposite.

* Pack card states and customData into a single message

+ default customData to empty if it can't be parsed

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2022-09-02 11:22:49 +10:00
..
mod.rs Add card meta for persisting custom scheduling state (#2040) 2022-09-02 11:22:49 +10:00
undo.rs Add apkg import/export on backend (#1743) 2022-05-02 21:12:46 +10:00