meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦

Home Page:https://docs.rs/heed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite the `Flags` enum

Kerollmops opened this issue · comments

I want to rename the Flags enum into Flag as it only represents one single flag at a time (see io::ErrorKind) and remove the redundant Mdb prefix of the variants e.g. MdbNoSubDir, MdbWriteMap.