anki/rslib/src/backend
Damien Elmes ecea2161e3 dispatch undo operations via enum instead of trait
To coalesce successive note edits into a single undo op we'll need to
be able to get the original Undoable type, which is awkward to do with
a trait object.
2021-03-10 11:53:27 +10:00
..
scheduler use native struct for QueuedCard 2021-03-10 11:47:53 +10:00
dbproxy.rs note deletion undo; refactoring 2021-03-10 11:47:53 +10:00
generic.rs implement leech handling 2021-02-23 17:35:20 +10:00
http_sync_server.rs fix sync download failing when temp dir on different mount 2021-03-09 11:44:49 +10:00
mod.rs dispatch undo operations via enum instead of trait 2021-03-10 11:53:27 +10:00