kvsd 0.1.3

Simple key value store
Documentation
1
2
3
pub fn temp_dir() -> tempfile::TempDir {
    tempfile::TempDir::new().unwrap()
}