Slow storage impl

This commit is contained in:
Igor Katson 2024-05-01 20:47:33 +01:00
parent 45375fe2db
commit d3413370d2
3 changed files with 71 additions and 0 deletions

View file

@ -1,6 +1,7 @@
pub mod example;
pub mod filesystem;
pub mod mmap;
pub mod slow;
use std::{any::Any, path::Path};