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

sys no-std objc2-exception-helper

External helper function for catching Objective-C exceptions

1 unstable release

0.1.0 Jun 2, 2024

#249 in macOS and iOS APIs

Download history 98/week @ 2024-05-27 52/week @ 2024-06-03 5/week @ 2024-06-10

155 downloads per month

MIT license

11KB
74 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

~180KB