Skip to main content

sc_mesh_formats/
lib.rs

1/*
2 * SPDX-FileCopyrightText: 2026 MyMiniFactory Ltd
3 * SPDX-License-Identifier: Apache-2.0
4 *
5 * sc-mesh-formats:
6 * A "SoulCrafted" library to read, write and manipulate 3d mesh data
7 */
8
9pub mod filetypes;
10pub mod messages;
11pub mod obj;
12pub mod stl;