Cargo Features
[dependencies]
objc2-contacts = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "CNChangeHistoryEvent", "CNChangeHistoryFetchRequest", "CNContact", "CNContactFetchRequest", "CNContactFormatter", "CNContactRelation", "CNContactStore", "CNContactVCardSerialization", "CNContact_NSItemProvider", "CNContact_Predicates", "CNContactsUserDefaults", "CNContainer", "CNContainer_Predicates", "CNError", "CNFetchRequest", "CNFetchResult", "CNGroup", "CNGroup_Predicates", "CNLabeledValue", "CNMutableContact", "CNMutablePostalAddress", "CNPostalAddress", "CNPostalAddressFormatter", "CNSaveRequest", "CNSocialProfile", "ContactsDefines"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-contacts
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 optional block2, objc2, and objc2-foundation
- alloc std
-
Enables alloc of optional block2, objc2, and objc2-foundation
- all = CNChangeHistoryEvent, CNChangeHistoryFetchRequest, CNContact, CNContactFetchRequest, CNContactFormatter, CNContactProperty, CNContactRelation, CNContactStore, CNContactVCardSerialization, CNContact_NSItemProvider, CNContact_Predicates, CNContactsUserDefaults, CNContainer, CNContainer_Predicates, CNError, CNFetchRequest, CNFetchResult, CNGroup, CNGroup_Predicates, CNInstantMessageAddress, CNLabeledValue, CNMutableContact, CNMutableGroup, CNMutablePostalAddress, CNPhoneNumber, CNPostalAddress, CNPostalAddressFormatter, CNSaveRequest, CNSocialProfile, ContactsDefines, block2
- block2 all?
-
Enables block2, block2 of objc2-foundation
- CNChangeHistoryEvent all?
-
Enables NSObject and NSString of objc2-foundation
- CNChangeHistoryFetchRequest all?
-
Enables NSArray, NSData, NSObject and NSString of objc2-foundation
- CNContact all?
-
Enables NSArray, NSCalendar, NSData, NSObjCRuntime, NSObject and NSString of objc2-foundation
- CNContactFetchRequest all?
-
Enables NSArray, NSObject and NSPredicate of objc2-foundation
- CNContactFormatter all?
-
Enables NSAttributedString, NSDictionary, NSFormatter, NSObject and NSString of objc2-foundation
- CNContactProperty CNContactRelation all?
-
Enables NSObject and NSString of objc2-foundation
- CNContactStore all?
-
Enables NSArray, NSData, NSEnumerator, NSError, NSObject, NSPredicate and NSString of objc2-foundation
- CNContactVCardSerialization all?
-
Enables NSArray, NSData, NSError and NSObject of objc2-foundation
- CNContact_NSItemProvider all?
-
Enables NSItemProvider of objc2-foundation
- CNContact_Predicates all?
-
Enables NSArray, NSPredicate and NSString of objc2-foundation
- CNContactsUserDefaults all?
-
Enables NSString of objc2-foundation
- CNContainer all?
-
Enables NSObject and NSString of objc2-foundation
- CNContainer_Predicates all?
-
Enables NSArray, NSPredicate and NSString of objc2-foundation
- CNError all?
-
Enables NSString of objc2-foundation
- CNFetchRequest all?
- CNFetchResult all?
-
Enables NSData of objc2-foundation
- CNGroup all?
-
Enables NSObject and NSString of objc2-foundation
- CNGroup_Predicates all?
-
Enables NSArray, NSPredicate and NSString of objc2-foundation
- CNInstantMessageAddress CNLabeledValue all?
-
Enables NSObject and NSString of objc2-foundation
- CNMutableContact all?
-
Enables NSArray, NSCalendar, NSData, NSObject and NSString of objc2-foundation
- CNMutableGroup CNMutablePostalAddress all?
-
Enables NSObject and NSString of objc2-foundation
- CNPhoneNumber CNPostalAddress all?
-
Enables NSObject and NSString of objc2-foundation
- CNPostalAddressFormatter all?
-
Enables NSAttributedString, NSDictionary, NSFormatter, NSObject and NSString of objc2-foundation
- CNSaveRequest all?
-
Enables NSString of objc2-foundation
- CNSocialProfile all?
-
Enables NSObject and NSString of objc2-foundation
- ContactsDefines all?