Crate oak_vfs

Crate oak_vfs 

Source

Re-exports§

pub use vfs::DiskVfs;
pub use vfs::MemoryVfs;

Modules§

vfs

Structs§

FileMetadata
Metadata for a file or directory in the VFS.
LineMap

Enums§

FileType
Type of a file in the VFS.

Traits§

Vfs
A trait for a Virtual File System that can provide source content and location mapping.
WritableVfs
A trait for a Virtual File System that supports writing.