Module mmkv

Source

Enums§

ParseControl

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, use parse instead.
read_container
read_string
read_u64
Parse u64 from a given byte-slice. Return (buffer_rest, result).