Cargo Features
[dependencies]
objc2-watch-connectivity = { version = "0.3.0", default-features = false, features = ["std", "alloc", "block2", "WCDefines", "WCError", "WCSession", "WCSessionFile", "WCSessionUserInfoTransfer"] }
- default = WCDefines, WCError, WCSession, WCSessionFile, WCSessionUserInfoTransfer, block2, std
-
These default features are set whenever
objc2-watch-connectivity
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- block2 default
-
Enables block2
- WCDefines default
- WCError default
-
Enables NSString of objc2-foundation
- WCSession default
-
Enables NSArray, NSData, NSDictionary, NSError, NSString and NSURL of objc2-foundation
- WCSessionFile default
-
Enables NSDictionary, NSProgress, NSString and NSURL of objc2-foundation
- WCSessionUserInfoTransfer default
-
Enables NSDictionary, NSObject and NSString of objc2-foundation
objc2-watch-connectivity has 9 features without comments.