Module fs

Module fs 

Source
Expand description

Asset loading interfaces for filesystem-backed content.

This module provides traits used by the optional fs feature to source assets such as fonts or images from an underlying filesystem.

Structs§

AssetIter
Iterator over asset entries returned by AssetSource::list.
AssetManager
Manager that provides convenient typed loading helpers.

Enums§

AssetError
Error type returned by asset operations.
FsError
Errors that can occur during filesystem operations.

Traits§

AssetRead
Reader trait for streaming asset data.
AssetSource
Source of assets such as fonts or images.
BlockDevice
Block device abstraction used by the filesystem layer.