Expand description
A Vfs
implementation for an include_dir::Dir
directory.
Re-exports§
pub extern crate include_dir;
Macros§
- include_
dir_ vfs - Convenience macro to
include_dir!(...)
and wrap it in anIncludeDirVfs
.
Structs§
- Include
DirVfs - A
Vfs
implementation with aninclude_dir::Dir
directory. - Include
DirWalker - The
DirWalker
implementation forIncludeDirVfs
.