#exception #objective-c #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

#22 in #exception

Download history 3/week @ 2024-12-07 141/week @ 2025-01-18 175/week @ 2025-01-25 122/week @ 2025-02-01 76/week @ 2025-02-08

514 downloads per month
Used in 5 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–310KB