sc-mesh-formats 0.0.7

A library to load, inspect & write 3d mesh data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * SPDX-FileCopyrightText: 2026 MyMiniFactory Ltd
 * SPDX-License-Identifier: Apache-2.0
 *
 * sc-mesh-formats:
 * A "SoulCrafted" library to read, write and manipulate 3d mesh data
 */

pub mod filetypes;
pub mod messages;
pub mod obj;
pub mod stl;