loro/crates/loro-internal
Zixuan Chen 612745aa8c
Fix issue with richtext's applyDelta() behavior (#226)
* fix: [LORO-371] The behavior of richtext's `applyDelta()` is not entirely correct #225

* test: add corresponding test

Fixes #225
2023-12-21 11:40:39 +08:00
..
benches Refactor: use ValueOrContainer for diff event (#202) 2023-12-05 11:57:41 +08:00
examples Refactor: use ValueOrContainer for diff event (#202) 2023-12-05 11:57:41 +08:00
fuzz fix: text tracker error #211 (#212) 2023-12-06 23:36:21 +08:00
proptest-regressions/dag
scripts
src Fix issue with richtext's applyDelta() behavior (#226) 2023-12-21 11:40:39 +08:00
tests Fix issue with richtext's applyDelta() behavior (#226) 2023-12-21 11:40:39 +08:00
.gitignore
Cargo.toml Refactor: use ValueOrContainer for diff event (#202) 2023-12-05 11:57:41 +08:00
deno.json
deno.lock
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.