meilisearch / heed

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

RwTxn + RoTxn documentation improvement. #174

Closed darnuria closed 1 year ago

darnuria commented 1 year ago

Hello!

Following #150, I feel like it was a good idea to document the possibles errors raisable by: http://www.lmdb.tech/doc/group__mdb.html#gad7ea55da06b77513609efebd44b26920

I didn't included ENOMEM since there is no variant yet maybe it's an other whole story.

darnuria commented 1 year ago

Once the other documentation PR lands. Could you please rebase this one on main?

Sure will squash + add co-author-by since you corrected a lot of typo !

darnuria commented 1 year ago

Oh forgot the osx semaphore limitation doing a last minute push.

src: https://github.com/meilisearch/heed/issues/135#issuecomment-1313630140

Done

Kerollmops commented 1 year ago

Thank you very much for the documentation ❤️