Brendonovich / swift-rs

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

Introduce autoreleasepool macro #19

Closed amodm closed 1 year ago

amodm commented 1 year ago

Fixes #18

Has code, docs and tests.

Weirdly, CI seems to get stuck on steps controlled by Github (Post Checkout), but the tests are passing. A quick google seems to indicate this to be an issue with macOS runners occasionally, so not connected with this PR specifically.