microcad-export 0.2.17

µcad export
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright © 2024-2025 The µcad authors <info@ucad.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later

//! Export models to files  

pub mod json;
pub mod ply;
pub mod stl;
pub mod svg;
pub mod wkt;