3MF (3D Manufacturing Format) support for Rust
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.
This library was originally taken from the threemf crate, however my goals deviated from the goals of the original package and its maintainers as such I decided to take this into my own packages. Thanks for the great work of the original maintainers.