Cargo Features
Struson has no features set by default.
[dependencies]
struson = { version = "0.5.0", features = ["experimental", "serde"] }
- experimental
-
Feature for all experimental functionality of Struson which is likely going to change in the future, or might even be removed again Note: Might be better to use standard Rust attributes for this once they are available, see https://github.com/rust-lang/rfcs/issues/1491
Affects
reader::simple
,writer::simple
…