automerge / automerge-swift

Swift language bindings presenting Automerge

Home Page:https://automerge.org/automerge-swift/documentation/automerge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exposing Automerge::get_marks through to Swift

miguelangel-dev opened this issue · comments

For docs (Rust) ref: https://automerge.org/automerge/automerge/struct.Automerge.html#method.get_marks

Get marks at a given position or Cursor should allow us to retrieve the markers without traversing all the ops of a document.