Lampese/lomo/types does not have a README file
pub(all) suberror LoroError {
InvalidPeerID
InvalidContainer(String)
DecodeError(String)
EncodeError(String)
MissingDependency(String)
InternalError(String)
Unsupported(String)
StyleConfigMissing(String)
FrontiersNotIncluded(ID)
TreeNodeNotFound(TreeID)
TreeParentNotFound(TreeID)
UndoGroupAlreadyStarted
UndoGroupNotStarted
UndoWithDifferentPeerId(UInt64, UInt64)
}impl Eq for ContainerIDimpl Hash for ContainerIDimpl Show for ContainerIDpub(all) enum ContainerType {
Map
List
Text
Tree
RichText
MovableList
Counter
Unknown(Byte)
}impl Eq for ContainerTypeimpl Hash for ContainerTypeimpl Show for ContainerTypepub struct CounterSpan {
start : Int
end : Int
}pub(all) enum ExpandType {
Before
After
Both
NoExpand
}pub struct FractionalIndex {
bytes : Bytes
}impl Show for FractionalIndexfn FractionalIndex::new_between(left : FractionalIndex, right : FractionalIndex) -> FractionalIndex?pub struct ID {
peer : UInt64
counter : Int
}pub struct IdFull {
peer : UInt64
lamport : UInt
counter : Int
}pub struct IdLp {
lamport : UInt
peer : UInt64
}pub(all) enum LoroValue {
Null
Bool(Bool)
I64(Int64)
F64(Double)
String(String)
Bytes(Bytes)
List(Array[LoroValue])
Map(Map[String, LoroValue])
Container(ContainerID)
}impl Show for StyleConfigMappub(all) struct TreeID {
peer : UInt64
counter : Int
}Dependencies