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
/*
 * SPDX-FileCopyrightText: 2026 MyMiniFactory Ltd
 * SPDX-License-Identifier: Apache-2.0
 */

mod reader;
mod writer;

pub use reader::read_obj;
pub use writer::write_obj;