Cargo Features

[dependencies]
objc2-contacts = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "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 whenever objc2-contacts is added without default-features = false somewhere in the dependency tree.

std default = alloc

Currently not possible to turn off, put here for forwards compatibility.

Enables std of objc2

alloc std

Enables alloc of objc2

unstable-docsrs

For better documentation on docs.rs

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

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?