mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
8dcb619147
- Add ContainerDeleted error variant to LoroError - Implement is_deleted() method for container handlers - Check for deleted containers before applying operations - Add dead_containers_cache to DocState to track deleted containers - Update apply_diff to optionally clear dead container cache - Add tests for handling operations on deleted containers - Implement checkout to reset container deleted cache - Minor code cleanup and typo fixes |
||
---|---|---|
.. | ||
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.