uniffi-rs icon indicating copy to clipboard operation
uniffi-rs copied to clipboard

Python bindings: use `bytes` for `sequence<u8>`

Open tomtau opened this issue 3 years ago • 0 comments

currently, sequence<u8> is mapped to a list of integers, while it may make more sense to use bytes or byterarray

┆Issue is synchronized with this Jira Task ┆friendlyId: UNIFFI-181

tomtau avatar Jul 19 '22 03:07 tomtau