Move mmap to storages from example
This commit is contained in:
parent
3398babba9
commit
bc5098355f
4 changed files with 63 additions and 62 deletions
|
|
@ -1,5 +1,6 @@
|
|||
pub mod example;
|
||||
pub mod filesystem;
|
||||
pub mod mmap;
|
||||
|
||||
use std::{any::Any, path::Path};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue