Cargo Features
[dependencies]
objc2-symbols = { version = "0.3.2", default-features = false, features = ["std", "alloc", "unstable-darwin-objc", "NSSymbolEffect"] }
- default = NSSymbolEffect, std
-
These default features are set whenever
objc2-symbolsis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- unstable-darwin-objc
- NSSymbolEffect default
-
Enables NSObject of objc2-foundation
objc2-symbols has 5 features without comments.