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

Update doc link #105

Closed atouchet closed 3 years ago

atouchet commented 3 years ago

https://contain-rs.github.io/linked-hash-map/linked_hash_map no longer works. This PR updates the link to use the docs.rs page instead.

Fixes #103.