rqbit/crates/librqbit/src/storage/filesystem/mod.rs
2024-05-03 02:53:52 +04:00

6 lines
164 B
Rust

mod fs;
mod mmap;
mod opened_file;
pub use fs::{FilesystemStorage, FilesystemStorageFactory};
pub use mmap::{MmapFilesystemStorage, MmapFilesystemStorageFactory};