Move mmap to storages from example

This commit is contained in:
Igor Katson 2024-05-01 11:46:10 +01:00
parent 3398babba9
commit bc5098355f
4 changed files with 63 additions and 62 deletions

View file

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