[][src]Module wavefront_rs::obj

The obj module contains all the types that are used when working with the wavefront obj format including entities, lexer, writer etc.

Modules

entity

Contains the entity types that are used when working with the wavefront obj format.

format_writer

Contains the logic to transform entities to OBJ formatted strings.

read_lexer

Contains logic to read entities from a BufRead that returns OBJ formatted strings.

string_lexer

Contains logic to read entities from OBJ formatted strings.