Skip to main content

microcad_export/
lib.rs

1// Copyright © 2024-2025 The µcad authors <info@ucad.xyz>
2// SPDX-License-Identifier: AGPL-3.0-or-later
3
4//! Export models to files  
5
6pub mod json;
7pub mod ply;
8pub mod stl;
9pub mod svg;
10pub mod wkt;