fix(fs): make TempFileSystem public
This commit is contained in:
parent
a0262a4d05
commit
ff8b6c64b6
1 changed files with 2 additions and 1 deletions
|
@ -68,10 +68,11 @@ mod system;
|
|||
mod temp;
|
||||
|
||||
pub use dir_item::{DirItem, DirItemIterator};
|
||||
pub use path::*;
|
||||
pub use path::{DirMarker, FileMarker, PathMarker, PathReal};
|
||||
pub use reader::Reader;
|
||||
pub use result::{Error, Result};
|
||||
pub use system::{DirHandle, FileHandle, FileSystem, PathHandle};
|
||||
pub use temp::TempFileSystem;
|
||||
|
||||
/// Creates a new `FileSystem` for the path.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue