meilisearch / heed

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

enable self referential rtxn #261

Closed irevoire closed 4 months ago

irevoire commented 5 months ago

Enables rtxn that owns their env with static lifetimes.

That can be practical when your env is stored in the same struct that holds the Database and you don't want to create a self-referential struct