mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
ac51ceb2f9
This change will make the internal operations more accessible to the application code. * feat: add exportJsonInIdSpan and make peer compression optional - Introduced `export_json_updates_without_peer_compression` method to allow exporting JSON updates without compressing peer IDs, making it easier for application code to process. - Updated existing `export_json_updates` method to accept a `with_peer_compression` parameter, defaulting to true. - Refactored related code in various files to accommodate the new functionality, ensuring backward compatibility. * fix: slice err & add tests * chore: 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.