Cargo Features

[dependencies]
objc2-core-wlan = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "all", "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 objc2

alloc std

Enables alloc of objc2

unstable-docsrs

For better documentation on docs.rs

all = CWChannel, CWConfiguration, CWInterface, CWNetwork, CWNetworkProfile, CWWiFiClient, CoreWLANConstants, CoreWLANTypes, CoreWLANUtil
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?
CoreWLANUtil all?

Enables NSSet of objc2-foundation