jamesmunns / postcard

A no_std + serde compatible message library for Rust
Apache License 2.0
874 stars 87 forks source link

Schema should be derived for map-like types #156

Open jamesmunns opened 4 months ago

jamesmunns commented 4 months ago

We should derive schemas for map-like types, like HashMap, BTreeMap, heapless::IndexMap, and maybe the Set variants of all of those as well.