2 releases
0.1.1 | Jan 22, 2025 |
---|---|
0.1.0 | Jun 2, 2024 |
#22 in #exception
514 downloads per month
Used in 5 crates
(via objc2)
12KB
66 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–310KB