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

Rework some of the most strange codecs

Kerollmops opened this issue · comments

We should remove most of the codecs strange types to simplify the library:

  • Remove the OwnedTypes strange codecs.
  • Remove the OwnedSlices strange codecs.
  • Remove the CowSlices strange codecs.
  • Remove the CowTypes strange codecs.