Slow storage impl
This commit is contained in:
parent
45375fe2db
commit
d3413370d2
3 changed files with 71 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pub mod example;
|
||||
pub mod filesystem;
|
||||
pub mod mmap;
|
||||
pub mod slow;
|
||||
|
||||
use std::{any::Any, path::Path};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue