Cargo Features
[dependencies]
objc2-contacts-ui = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "objc2-app-kit", "objc2-contacts", "CNContactPicker", "CNContactPickerDelegate", "CNContactViewController"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-contacts-ui
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Currently not possible to turn off, put here for forwards compatibility.
Enables std of objc2, optional objc2-app-kit, optional objc2-contacts, and objc2-foundation
- alloc std
-
Enables alloc of objc2, optional objc2-app-kit, optional objc2-contacts, and objc2-foundation
- all = CNContactPicker, CNContactPickerDelegate, CNContactViewController, objc2-app-kit, objc2-contacts
- objc2-app-kit all?
-
Enables objc2-app-kit
- objc2-contacts all?
-
Enables objc2-contacts
- CNContactPicker all?
-
Enables NSArray, NSGeometry and NSString of objc2-foundation, NSResponder and NSView of optional objc2-app-kit
- CNContactPickerDelegate all?
-
Enables CNContact and CNContactProperty of optional objc2-contacts
- CNContactViewController all?
-
Enables NSBundle, NSCoder, NSObject and NSString of objc2-foundation, NSKeyValueBinding, NSNib, NSResponder, NSStoryboardSegue, NSUserInterfaceItemIdentification and NSViewController of optional objc2-app-kit, CNContact of optional objc2-contacts