mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
ddafb7e899
* 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 |
||
---|---|---|
.. | ||
benches | ||
docs | ||
examples | ||
fuzz | ||
proptest-regressions/dag | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
deno.json | ||
deno.lock | ||
Encoding.md | ||
README.md |
loro-internal
This is the internal implementation of Loro.
Its interface subject to change. You should not use it as dependency directly.
Consider use loro
crate instead.