mmkv 0.7.0

Rust version of MMKV
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod buffer;
pub mod config;
#[cfg(not(feature = "encryption"))]
mod crc;
#[cfg(feature = "encryption")]
mod encrypt;
pub mod io_looper;
mod iter;
mod memory_map;
pub mod mmkv_impl;
mod writer;