#objective-c #exception #macos-ios #ios #macos #no-alloc

sys no-std objc2-exception-helper

External helper function for catching Objective-C exceptions

2 releases

0.1.1 Jan 22, 2025
0.1.0 Jun 2, 2024

#325 in macOS and iOS APIs

Download history 3/week @ 2024-12-08 147/week @ 2025-01-19 175/week @ 2025-01-26 127/week @ 2025-02-02 82/week @ 2025-02-09 121/week @ 2025-02-16 7913/week @ 2025-02-23 18325/week @ 2025-03-02 21295/week @ 2025-03-09 22969/week @ 2025-03-16

70,530 downloads per month
Used in 39 crates (via objc2)

Zlib OR Apache-2.0 OR MIT

12KB
66 lines

objc2-exception-helper

Latest version License Documentation CI

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–275KB