Crate atelier_assembler[][src]

This crate provides the model assembly capability, to merge files into a single in-memory Model.

A tool can add files one-by-one, or from a directory, and then process them all into a single model. This implementation understands the different registered file extensions so that it can read files in different representations and assemble them seamlessly.

For more information, see the Rust Atelier book.

Example

TBD

Structs

ModelAssembler

Assemble a single model by merging the sub-models represented by one or more files.