openconfiguration 1.5.0

OpenConfiguration (OC) is a modular, efficient and flexible approach for the uni-directional exchange of visual e-commerce configurations.
Documentation
mod attach_point;
mod camera;
mod catalog_entry;
pub mod cns;
mod color;
mod commercial;
mod component;
mod geometry;
mod geometry_mapping;
pub mod ig;
mod image_format;
mod master_data;
mod material;
mod material_index;
mod package;
mod preview;
mod product;
mod quaternion;
mod representation;
mod scene;
mod script;
mod status;
pub mod support;
mod top_view;
mod transform;
mod utils;
mod vector;

pub use attach_point::*;
pub use camera::*;
pub use catalog_entry::*;
pub use color::*;
pub use commercial::*;
pub use component::*;
pub use geometry::*;
pub use geometry_mapping::*;
pub use image_format::*;
pub use master_data::*;
pub use material::*;
pub use package::*;
pub use product::*;
pub use quaternion::*;
pub use representation::*;
pub use scene::*;
pub use script::*;
pub use status::*;
pub use top_view::*;
pub use transform::*;
pub use vector::*;