stdweb
stdweb copied to clipboard
Use ordered map for SerializeMap
The struct stdweb::ecosystem::serde::SerializeMap
uses a BTreeMap
, so it sorts the keys that are passed to it. It would probably make more sense to preserve the order of the keys.