Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
253 stars 31 forks source link

some refinements to `SR` types in swift #65

Open AliMark71 opened 1 month ago

AliMark71 commented 1 month ago
AliMark71 commented 1 month ago

btw I did a breaking change when I typealiased SRObjectArray :> gotta think of the best way to resolve it.

but also I actually wonder why was SRObjectArray in the code from the beginning, as it's very simply just SRArray<NSObject>? 🤔