Enums§
Functions§
- parse
- Parse a non-encrypted mmkv file to key-value pairs.
- parse_
callback - Callback style parser.
- parse_
string_ key_ value_ pairs - Parse a non-encrypted mmkv file to
HashMap<String, String>
. If the store may contain non-string values, useparse
instead. - read_
container - read_
string - read_
u64 - Parse u64 from a given byte-slice.
Return
(buffer_rest, result)
.