mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
feat(rs): expose more LoroValue types (#557)
This commit is contained in:
parent
3edae43e7b
commit
be2ebfa34a
1 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,10 @@ pub use loro_internal::{loro_value, to_value};
|
|||
pub use loro_internal::{
|
||||
Counter, CounterSpan, FractionalIndex, IdLp, IdSpan, Lamport, PeerID, TreeID, TreeParentId, ID,
|
||||
};
|
||||
pub use loro_internal::{LoroEncodeError, LoroError, LoroResult, LoroTreeError, LoroValue, ToJson};
|
||||
pub use loro_internal::{
|
||||
LoroBinaryValue, LoroEncodeError, LoroError, LoroListValue, LoroMapValue, LoroResult,
|
||||
LoroStringValue, LoroTreeError, LoroValue, ToJson,
|
||||
};
|
||||
pub use loro_kv_store as kv_store;
|
||||
|
||||
#[cfg(feature = "jsonpath")]
|
||||
|
|
Loading…
Reference in a new issue