pub fn file_kv_default<T>(
dir: impl AsRef<Path>,
) -> KvStorage<FileBackend, T, JsonCodec>Expand description
Convenience: kv tier over a fresh file backend with
KvStorageOptions::default + a JsonCodec.
pub fn file_kv_default<T>(
dir: impl AsRef<Path>,
) -> KvStorage<FileBackend, T, JsonCodec>Convenience: kv tier over a fresh file backend with
KvStorageOptions::default + a JsonCodec.