Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
246 stars 28 forks source link

Feature: Converting a Vec<u8> into SRData #43

Closed LeviticusNelson closed 1 year ago

LeviticusNelson commented 1 year ago

I am currently utilizing the Vision library within swift to utilize the ANE for extracting text from images, but I would love to have a way to use SRData as an argument so that I can send and array of bytes to a swift function.

LeviticusNelson commented 1 year ago

I created a PR for this #44