quartiq / miniconf

Rust serialize/deserialize/access reflection for trees (no_std, no alloc)
MIT License
23 stars 2 forks source link

std json #159

Closed jordens closed 11 months ago

jordens commented 11 months ago
jordens commented 11 months ago

The downside to the Serde<Style> thing is that once you have multiple enabled at the same time (e.g. SerDe<SCPI> and SerDe<JsonCoreSlash> for different simultaneous interfaces), you have to explicitly disambiguate each and every call to the SerDe trait.