[][src]Module keeshond_datapack::source

The Source trait and implementations.

Structs

FilesystemSource

A Source that loads packages from the filesystem. This is a good source to use for development, or if you don't care about packaging your data files into an archive.

SourceManager

Holds a list of Source objects and selects one to use when loading a package

Enums

PackageError

An error returned when failing to iterate through the package items in a Source

Traits

Source

Represents a location that packages can be loaded from. For example, you could load packages from the filesystem (via FilesystemSource, or out of a special archive format.