servo / uluru

A simple, fast, LRU cache implementation.
Mozilla Public License 2.0
190 stars 20 forks source link

Use `const fn` where is possibile #23

Closed lrazovic closed 8 months ago

lrazovic commented 2 years ago

Thanks to the release of arrayvec = 0.7.2 it's possible to use more const functions.