Lampese/lomo/op does not have a README file
pub struct CounterOp {
delta : Double
}pub struct DeleteSpan {
pos : Int
signed_len : Int
}impl Eq for DeleteSpanimpl Show for DeleteSpanimpl Eq for DeleteSpanWithIdimpl Show for DeleteSpanWithIdpub(all) enum InnerContent {
List(InnerListOp)
Map(MapSet)
Tree(TreeOp)
Counter(CounterOp)
RichText
MovableList
Unknown
}pub(all) enum InnerListOp {
Insert(SliceRange, Int)
InsertText(String, Int, Int, Int)
Delete(DeleteSpanWithId)
Move(Int, IdLp, Int)
Set(IdLp, LoroValue)
StyleStart(Int, Int, String, Int, LoroValue)
StyleEnd
}impl Show for InnerListOpimpl Show for RawOpContentpub struct SliceRange {
start : UInt
end : UInt
}impl Eq for SliceRangeimpl Show for SliceRangepub(all) enum TreeOp {
Create(TreeID, TreeParentId, FractionalIndex)
Move(TreeID, TreeParentId, FractionalIndex)
Delete(TreeID)
}Dependencies