serde-rs/serde-rs.github.io

Explain that `std` feature is not additive

dtolnay opened this issue · 1 comments

The features page should recommend having your own std feature if you depend on no_std Serde.

[features]
std = ["serde/std"]

* This applies to libraries only, not binaries.