Module fyrox_resource::io

source ·
Expand description

Provides an interface for IO operations that a resource loader will use, this facilliates things such as loading assets within archive files

Structs§

  • Standard resource IO provider that uses the file system to load the file bytes

Traits§

  • Trait for files readers ensuring they implement the required traits
  • Interface wrapping IO operations for doing this like loading files for resources

Type Aliases§