Cargo Features
[dependencies]
objc2-link-presentation = { version = "0.3.0", default-features = false, features = ["std", "alloc", "block2", "objc2-app-kit", "LPError", "LPFoundation", "LPLinkMetadata", "LPLinkView", "LPMetadataProvider"] }
- default = LPError, LPFoundation, LPLinkMetadata, LPLinkView, LPMetadataProvider, block2, objc2-app-kit, std
-
These default features are set whenever
objc2-link-presentation
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- block2 default
-
Enables block2
- objc2-app-kit default
-
Enables objc2-app-kit
- LPError default
-
Enables NSError and NSString of objc2-foundation
- LPFoundation default
- LPLinkMetadata default
-
Enables NSItemProvider, NSObject, NSString and NSURL of objc2-foundation
- LPLinkView default
-
Enables NSCoder, NSGeometry, NSObject, NSURL and objc2-core-foundation of objc2-foundation
- LPMetadataProvider default
-
Enables NSDate, NSError, NSURL and NSURLRequest of objc2-foundation
objc2-link-presentation has 10 features without comments.