db-rs 0.3.6

fast, embedded, transactional, key value store
Documentation
1
2
3
4
5
use uuid::Uuid;

pub fn random_test_dir() -> String {
    format!("/tmp/{}", Uuid::new_v4())
}