Cargo Features
MAVInspect has no features set by default.
[dependencies]
mavinspect = { version = "0.6.0", features = ["unstable", "serde", "specta"] }
Features
- default
-
Default features (empty).
- unstable
-
Enables unstable API features.
Unstable features will be marked with
⍚
. - serde
-
Adds serde support.
With serde support all
protocol
definitions will be (de)serializable. - specta
-
Enable specta support.
With specta support all
protocol
definitions can be exported using specta.Enables specta and specta-util