mmkv 0.7.0

Rust version of MMKV
Documentation
1
2
3
4
5
6
7
syntax = "proto3";

message KV {
  string key = 1;
  int32 type = 2;
  bytes value = 3;
}