meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
519 stars 52 forks source link

Fix generic types related to the newly added custom key comparator #223

Closed Kerollmops closed 8 months ago

Kerollmops commented 8 months ago

Related to #212 in which we inserted the key comparator generic type and forgot about the last one when remapping.