Cargo Features

[dependencies]
objc2-core-wlan = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "bitflags", "CWChannel", "CWConfiguration", "CWInterface", "CWNetwork", "CWNetworkProfile", "CWWiFiClient", "CoreWLANConstants", "CoreWLANTypes", "CoreWLANUtil"] }
default = std

The std feature is set by default whenever objc2-core-wlan 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 optional bitflags, objc2, and objc2-foundation

alloc std

Enables alloc of objc2 and objc2-foundation

all = CWChannel, CWConfiguration, CWInterface, CWNetwork, CWNetworkProfile, CWWiFiClient, CoreWLANConstants, CoreWLANTypes, CoreWLANUtil, bitflags
bitflags CoreWLANTypes? all?

Enables bitflags, bitflags of objc2-foundation

CWChannel all?

Enables NSObject of objc2-foundation

CWConfiguration all?

Enables NSObject and NSOrderedSet of objc2-foundation

CWInterface all?

Enables NSData, NSError, NSSet and NSString of objc2-foundation

CWNetwork all?

Enables NSData, NSObject and NSString of objc2-foundation

Affects CoreWLANUtil::CWMergeNetworks

CWNetworkProfile all?

Enables NSData, NSObject and NSString of objc2-foundation

CWWiFiClient all?

Enables NSArray, NSError and NSString of objc2-foundation

CoreWLANConstants all?

Enables NSString of objc2-foundation

CoreWLANTypes all? = bitflags
CoreWLANUtil all?

Enables NSSet of objc2-foundation