cad_import/exporter/
mod.rs

1//! The exporter module contains exporter functionalities to export the in-memory data.
2
3mod x3d_exporter;
4
5pub use x3d_exporter::X3DExporter;