loro/crates/loro-internal
2023-12-26 11:06:27 +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 refactor: move loro-core to loro-internal 2023-01-16 20:08:43 +08:00
scripts chore: fix deno dep 2023-08-16 14:54:05 +08:00
src fix: richtext undo item merge error (#227) 2023-12-26 11:06:27 +08:00
tests Fix issue with richtext's applyDelta() behavior (#226) 2023-12-21 11:40:39 +08:00
.gitignore refactor: move loro-core to loro-internal 2023-01-16 20:08:43 +08:00
Cargo.toml Refactor: use ValueOrContainer for diff event (#202) 2023-12-05 11:57:41 +08:00
deno.json feat: import without state 2023-08-05 23:29:11 +08:00
deno.lock Fix: richtext event (#138) 2023-11-01 20:02:05 +08:00
README.md Feat-rust-api (#193) 2023-11-28 16:22:43 +08:00

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.