Module loader

Source
Expand description

Dynamically compatible interface for file watching and reading.

Structs§

Config
Handle’s configuration.
Directories
Specifies a set of files on the file system.

Enums§

Entry
A set of files on the file system.
LoadingProgress
Message
Message about an action taken by a Handle.

Traits§

Handle
Interface for reading and watching files.

Type Aliases§

Sender
Type that will receive Messages from a Handle.