meilisearch / heed

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

Fixes the documentation and examples of the append methods #181

Closed darnuria closed 1 year ago

darnuria commented 1 year ago

Now documentation of KeyExist Error describe the case of append with unordered data.

Also change the examples to use the append function.

Related issue

Fixes #163

PR checklist

Please check if your PR fulfills the following requirements:

Kerollmops commented 1 year ago

Thank you very much ❤️

darnuria commented 1 year ago

Thanks for the review and your time!