automerge / automerge-swift

Swift language bindings presenting Automerge
https://automerge.org/automerge-swift/documentation/automerge/
MIT License
216 stars 11 forks source link

exposing Automerge::get_marks through to Swift #187

Closed miguelangel-dev closed 2 weeks ago

miguelangel-dev commented 3 weeks ago

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.