loro/crates/fuzz
Zixuan Chen ddafb7e899
feat: diff, revertTo, and applyDiff (#610)
* feat: expose diff, apply_diff, revert_to, to rust crate

* fix: revert to

* refactor: simplify TextDiff data structure

* fix: make diff and apply_diff actually work

* step 0

* feat(wasm): add diff, applyDiff, revertTo

* test: add a more complicated revert test

* chore: fix clippy warnings

* feat: add order to diff events batch

* fix: DiffBatch invariants maintain

* docs: refine docs a bit

* chore: fix warnings

* chore: add changeset
2025-01-09 12:39:03 +08:00
..
examples
fuzz perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
src feat: diff, revertTo, and applyDiff (#610) 2025-01-09 12:39:03 +08:00
tests perf: use a priority-queue-based search for updating text (#544) 2024-11-09 16:35:15 +08:00
Cargo.toml