lib3mf 0.1.3

Pure Rust implementation for 3MF (3D Manufacturing Format) parsing and writing
Documentation
# 3MF Conformance Test Report

**Generated:** 2026-02-04 15:54:29 UTC

## Test Execution

Conformance tests were executed in parallel across 11 test suites.
See individual suite reports in the GitHub Actions artifacts for detailed results.

## Test Suites

The following test suites were executed:
- suite1_core_slice_prod: Core + Production + Slice Extensions
- suite2_core_prod_matl: Core + Production + Materials Extensions
- suite3_core: Core Specification (Basic)
- suite4_core_slice: Core + Slice Extension
- suite5_core_prod: Core + Production Extension
- suite6_core_matl: Core + Materials Extension
- suite7_beam: Beam Lattice Extension
- suite8_secure: Secure Content Extension
- suite9_core_ext: Core Extensions
- suite10_boolean: Boolean Operations Extension
- suite11_Displacement: Displacement Extension

---

## About This Report

This report is automatically generated by the CI workflow.
Tests are run against the official 3MF Consortium test cases from [3MFConsortium/test_suites](https://github.com/3MFConsortium/test_suites).

**Test Methodology:**
- **Positive tests** validate that valid 3MF files parse successfully
- **Negative tests** validate that invalid 3MF files are properly rejected

**To generate a detailed report locally:**
```bash
./generate_conformance_report.sh
```