Cargo Features
[dependencies]
objc2-accounts = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "ACAccount", "ACAccountCredential", "ACAccountStore", "ACError", "AccountsDefines"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-accounts
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 = ACAccount, ACAccountCredential, ACAccountStore, ACAccountType, ACError, AccountsDefines, block2
- block2 all?
-
Enables block2, block2 of objc2-foundation
Affects
ACAccountStore::ACAccountStoreSaveCompletionHandler
,ACAccountStore::ACAccountStoreRemoveCompletionHandler
,ACAccountStore::ACAccountStoreRequestAccessCompletionHandler
,ACAccountStore::ACAccountStoreCredentialRenewalHandler
… - ACAccount all?
-
Enables NSString of objc2-foundation
- ACAccountCredential all?
-
Enables NSDate and NSString of objc2-foundation
- ACAccountStore all?
-
Enables NSArray, NSDictionary, NSError and NSString of objc2-foundation
- ACAccountType ACError all?
-
Enables NSString of objc2-foundation
- AccountsDefines all?