Cargo Features

[dependencies]
objc2-accessibility = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "all", "block2", "AXAudiograph", "AXBrailleMap", "AXColorUtilities", "AXCustomContent", "AXFoundation", "AXHearingUtilities", "AXSettings"] }
default = std

The std feature is set by default whenever objc2-accessibility 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 = AXAudiograph, AXBrailleMap, AXColorUtilities, AXCustomContent, AXFoundation, AXHearingUtilities, AXSettings, block2
block2 all?

Enables block2

Affects AXCustomContent::AXCustomContentReturnBlock

AXAudiograph all?

Enables NSArray, NSAttributedString, NSGeometry, NSObject, NSString and NSValue of objc2-foundation

AXBrailleMap all?

Enables NSGeometry and NSObject of objc2-foundation

AXColorUtilities all?
AXCustomContent all?

Enables NSArray, NSAttributedString, NSObject and NSString of objc2-foundation

AXFoundation all?
AXHearingUtilities all?

Enables NSArray, NSNotification, NSString and NSUUID of objc2-foundation

AXSettings all?

Enables NSNotification and NSString of objc2-foundation