Module memory

Source

Structs§

Data
Asset data stored in a Dir.
Dir
A clone-able (internally Arc-ed) / thread-safe “in memory” filesystem. This is built for MemoryAssetReader and is primarily intended for unit tests.
DirStream
MemoryAssetReader
In-memory AssetReader implementation. This is primarily intended for unit tests.

Enums§

Value
Stores either an allocated vec of bytes or a static array of bytes.