Crate include_fs

Source

Macros§

include_fs
Include a bundled directory in the binary. To use this macro, include a matching call to include_fs::bundle in your build script.

Structs§

IncludeFsInner

Enums§

ArchiveError
FsError

Functions§

bundle
Bundle a directory to be embedded in the binary. This function must be called in a build script.

Type Aliases§

IncludeFs
A lazy-loaded file system embedded in the binary.