contain-rs / linked-hash-map

A HashMap wrapper that holds key-value pairs in insertion order
https://contain-rs.github.io/linked-hash-map/linked_hash_map/
Apache License 2.0
169 stars 60 forks source link

upgrade to serde 1.0 #86

Closed vitiral closed 5 years ago

vitiral commented 7 years ago

As far as I know, this library is the primary mechanism for using sorted hashmaps in serde. As such it is a bottleneck for my serialization needs.

I can submit a PR, but I wanted to make sure you are around to merge it.

vitiral commented 7 years ago

nevermind, it looks like I can just use a BTreeMap instead. I won't be submitting a PR for this, but it would still be nice if this lib could be updated if someone had custom ordering needs.

palfrey commented 7 years ago

Done as of 92c4fc5fbbf7bca8ba93643f7631c0a147558872

est31 commented 5 years ago

This can be closed, @Gankra @huonw.