acterglobal / uniffi-dart

Dart frontend for UniFFI bindings
https://acter.global
MIT License
9 stars 2 forks source link

Implemented Sequence #28

Closed chavic closed 8 months ago

chavic commented 8 months ago

These commits mark the implementation of sequence and the addition of an offset argument to improve performance, avoiding creating new rust buffers, and just passing an offset to the start of the inner data.