mmkv-0.1.2 has been yanked.
Library uses file-based mmap to store key-values
This is a simple rust version of mmkv, only part of the core features have been implemented so far, and it is still far from production availability.
How to use
Add dependency:
[]
= { = "0.1.0" }
And use MMKV directly:
use MMKV;