1 unstable release
0.1.0 | Jun 2, 2024 |
---|
#270 in macOS and iOS APIs
11KB
74 lines
objc2-exception-helper
External helper function for catching Objective-C exceptions.
You should not need to use this crate directly, it's an implementation detail of objc2
.
lib.rs
:
External helper methods for catching Objective-C exceptions.
This exists as a separate crate to avoid having to compile a build.rs
script in objc2
in most cases, and to properly version the compiled
binary with the links
Cargo manifest key.
You should not need to use this crate directly.
Dependencies
~0–280KB