Reimagine state management with CRDTs. Make your app collaborative effortlessly.
Find a file
Zixuan Chen f14a2c916f
Merge pull request #7 from loro-dev/refactor-reverse-merge
Feat: merge deletions in both directions
2022-11-02 14:40:40 +08:00
.github/workflows chore: ci 2022-08-05 02:14:08 +08:00
.vscode refactor: fix type error 2022-10-31 12:33:44 +08:00
crates chore: more debug info 2022-11-01 23:07:30 +08:00
supply-chain chore: update crdt-list dep 2022-10-26 23:35:21 +08:00
.editorconfig feat: rle 2022-07-13 00:47:41 +08:00
.gitignore fix: reduce heap alloc 2022-10-31 19:27:13 +08:00
Cargo.lock fix: reduce heap alloc 2022-10-31 19:27:13 +08:00
Cargo.toml chore: micro optimization 2022-10-26 23:31:34 +08:00
deny.toml chore: add cargo deny config 2022-07-17 16:33:16 +08:00
justfile chore: cargo style fix 2022-10-31 22:37:29 +08:00
README.md feat: introduce crdt-list 2022-10-26 23:31:34 +08:00
rust-toolchain feat: introduce crdt-list 2022-10-26 23:31:34 +08:00

Loro

Dev

we use nightly rust due to GAT in crdt-list. we can use stable rust when GAT is stable