struct_db 0.4.6

Drop-in embedded database
Documentation
1
2
3
4
5
6
7
use shortcut_assert_fs::TmpFs;

#[allow(dead_code)]
pub fn init() -> TmpFs {

    TmpFs::new().unwrap()
}