6 releases (breaking)

0.5.0 Feb 14, 2024
0.4.0 Feb 17, 2023
0.3.1 May 24, 2022
0.3.0 Apr 13, 2022
0.1.0 Oct 24, 2021

#27 in Data formats

Download history 1/week @ 2023-12-23 1/week @ 2023-12-30 3/week @ 2024-01-06 5/week @ 2024-01-13 1/week @ 2024-01-20 1/week @ 2024-01-27 3/week @ 2024-02-03 116/week @ 2024-02-10 52/week @ 2024-02-17 47/week @ 2024-02-24 30/week @ 2024-03-02 30/week @ 2024-03-09 31/week @ 2024-03-16 16/week @ 2024-03-23 50/week @ 2024-03-30 91/week @ 2024-04-06

190 downloads per month
Used in 4 crates (via fj-export)

0BSD license

13KB
221 lines

3MF (3D Manufacturing Format) support for Rust crates.io Documentation CI

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

~2.1–3MB
~57K SLoC