Skip to content

Commit

Permalink
clean-up api
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Sep 1, 2024
1 parent 2aac64f commit 05e1fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::{
structure_helpers::{create_hard_link, find_node, rm_dir_entry},
},
storage::{
types::{DirEntry, DirEntryIndex, FileSize, FileType, Metadata, Node},
types::{DirEntry, DirEntryIndex, FileType, Metadata, Node},
Storage,
},
};
Expand All @@ -19,6 +19,7 @@ pub use crate::runtime::fd::Fd;
pub use crate::runtime::types::{
ChunkSize, ChunkType, DstBuf, DstIoVec, FdFlags, FdStat, OpenFlags, SrcBuf, SrcIoVec, Whence,
};
pub use crate::storage::types::FileSize;

// The main class implementing the API to work with the file system.
pub struct FileSystem {
Expand Down

0 comments on commit 05e1fd4

Please sign in to comment.