JesperAxelsson / rust-intmap

Specialized hashmap for u64 keys
MIT License
30 stars 10 forks source link

Test examples from the README #58

Closed jakoschiko closed 4 weeks ago

jakoschiko commented 1 month ago

Introduce a nice little hack which ensures that the examples from the README won't break silently.

This hack seems to be quite common, see these search results.