threemf

Crates.iothreemf
lib.rsthreemf
version0.6.0
sourcesrc
created_at2021-10-24 08:40:17.37866
updated_at2024-09-18 12:26:23.115166
description3MF (3D Manufacturing Format) file format support
homepage
repositoryhttps://github.com/hannobraun/3mf-rs
max_upload_size
id470276
size19,671
Hanno Braun (hannobraun)

documentation

README

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.

Commit count: 87

cargo fmt