7 releases (breaking)
0.6.0 | Sep 18, 2024 |
---|---|
0.5.0 | Feb 14, 2024 |
0.4.0 | Feb 17, 2023 |
0.3.1 | May 24, 2022 |
0.1.0 | Oct 24, 2021 |
#24 in Data formats
85 downloads per month
Used in 5 crates
(2 directly)
13KB
222 lines
3MF (3D Manufacturing Format) support for Rust
About
This library provides support for 3MF files to programs written in the Rust programming language. 3MF is a file format commonly used for 3D printing. It is typically exported from a CAD program, and imported to a slicer.
Status
Functionality is limited, but what is currently there seems to work well. This library is used by (and has been extracted from) Fornjot.
License
This project is open source software, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.
See LICENSE.md for all details.
Dependencies
~3–4MB
~74K SLoC