Registry / utility / vfs
library0.13.0rscratesunverified

A virtual filesystem for Rust providing a unified interface over different storage backends.

# Cargo.toml [dependencies] vfs = "0.13.0"
INSTALL
IMPORT
SIG · VFS
V
vfs
utilityrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VfsPath
use vfs::VfsPath;

Create a physical filesystem and get a VfsPath.

use vfs::VfsPath; use vfs::PhysicalFS; fn main() { let fs = PhysicalFS::new("/tmp"); let path: VfsPath = fs.join("test.txt"); println!("{}", path.as_str()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
vfs — cargo add vfs · libregistry