mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 02:59:51 +00:00
d69e4c9c30
- Add ID serialization methods in loro-common - Update KvStore trait with binary search and double-ended iterator - Modify export/import blocks to use bytes::Bytes - Refactor ChangeStore to use external KV store for persistence - Implement flush, encode_all, and decode_all methods for ChangeStore - Update change retrieval and iteration methods to work with new block management - Improve block parsing and caching mechanisms |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
loro-common
This crate contains the common basic types for the Loro project.
It's shared by loro-internal
and loro-preload
.