|
|
|
|
|
by willtemperley
410 days ago
|
|
Using a Rust lib from Swift on macOS I definitely want to catch panics - to access security scoped resources in Rust I need the Rust code to execute in process (I believe) but I’d also like it not to crash the entire app. |
|