Module cad_import::loader

source ·
Expand description

The loader module contains the loader manager, the loader trait and all implemented loaders.

Modules

Structs

  • A resource described by a file path.
  • The manager contains a list of loaders which can be searched by mime-types or file extensions.
  • A simplified resource to a memory blob.

Traits

  • The trait for a registered loader.
  • A resource is a descriptor to a specific resource, e.g., a filepath ot a URL. It is possible to create sub-resources from a resource, e.g., ‘../foobar.txt’.

Type Definitions