Cargo Features
[dependencies]
objc2-exception-handling = { version = "0.3.0", default-features = false, features = ["std", "alloc", "ExceptionHandlingDefines", "NSExceptionHandler"] }
- default = ExceptionHandlingDefines, NSExceptionHandler, std
-
These default features are set whenever
objc2-exception-handling
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- ExceptionHandlingDefines default
- NSExceptionHandler default
-
Enables NSException and NSString of objc2-foundation
objc2-exception-handling has 5 features without comments.