Cargo Features
Instrument has no features set by default.
[dependencies]
instrument = { version = "0.2.0", features = ["serde_serialization"] }
- serde_serialization = serde, serde_json
-
Enables serde_serialization of pitch_calc ^0.11.0 and time_calc ^0.11.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde serde_serialization?
-
Enables serde ^0.7.0
- serde_json serde_serialization?
-
Enables serde_json ^0.7.0