vfs tools
A crate with a few tools to make the use of vfs a bit more convenient.
Macros
[setup_files] is a macro for preparing a MemoryFS with contents. This macro is intended for testing.
use setup_files;
let root_path = setup_files! ?;
let mut result = String new;
root_path.join?.open_file?.read_to_string?;
assert_eq!;
# Ok::
extensions
[VfsPathExt] contains extensions to [vfs::VfsPath]