Skip to content

Commit

Permalink
Merge pull request #5021 from wasmerio/virtualfs-createdirall
Browse files Browse the repository at this point in the history
feat(virtual-fs): Expose create_dir_all
  • Loading branch information
syrusakbary authored Aug 19, 2024
2 parents f59fac6 + fd857fc commit c67bdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virtual-fs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub use tokio::io::{AsyncWrite, AsyncWriteExt};

pub trait ClonableVirtualFile: VirtualFile + Clone {}

pub use ops::{copy_reference, copy_reference_ext};
pub use ops::{copy_reference, copy_reference_ext, create_dir_all};

pub trait FileSystem: fmt::Debug + Send + Sync + 'static + Upcastable {
fn readlink(&self, path: &Path) -> Result<PathBuf>;
Expand Down

0 comments on commit c67bdfb

Please sign in to comment.