Cargo Features
[dependencies]
objc2-sound-analysis = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "SNAnalyzer", "SNClassificationResult", "SNClassifySoundRequest", "SNDefines", "SNError", "SNRequest", "SNResult", "SNTimeDurationConstraint", "SNTypes"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-sound-analysis
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Currently not possible to turn off, put here for forwards compatibility.
Enables std of optional block2, objc2, and objc2-foundation
- alloc std
-
Enables alloc of optional block2, objc2, and objc2-foundation
- all = SNAnalyzer, SNClassificationResult, SNClassifySoundRequest, SNDefines, SNError, SNRequest, SNResult, SNTimeDurationConstraint, SNTypes, block2
- block2 all?
-
Enables block2, block2 of objc2-foundation
- SNAnalyzer all?
-
Enables NSError and NSURL of objc2-foundation
- SNClassificationResult all?
-
Enables NSArray and NSString of objc2-foundation
- SNClassifySoundRequest all?
-
Enables NSArray, NSError and NSString of objc2-foundation
- SNDefines all?
- SNError all?
-
Enables NSString of objc2-foundation
- SNRequest all?
- SNResult all?
-
Enables NSError of objc2-foundation
- SNTimeDurationConstraint all?
-
Enables NSArray and NSValue of objc2-foundation
- SNTypes all?
-
Enables NSString of objc2-foundation