Cargo Features
[dependencies]
sindit-senml = { version = "0.2.0", default-features = false, features = ["float_roundtrip", "stream", "struson"] }
- default = float_roundtrip
-
The
float_roundtrip
feature is set by default wheneversindit-senml
is added without
somewhere in the dependency tree.default-features = false - float_roundtrip default
-
Enable serde/float_roundtrip to have the same
float representation back and forth JSONEnables float_roundtrip of serde_json
- stream
-
Half baked for now
Features from optional dependencies
- struson implicit feature
-
Enables struson ^0.3
struson:
A low-level streaming JSON reader and writer