lib3mf-cli 0.1.0

Command-line tool for analyzing and processing 3MF files
Documentation
# lib3mf-cli

The command-line interface for `lib3mf-rs`.

## Features

*   **Stats**: Inspect basic model statistics (triangle count, units).
*   **Validate**: Check files against the 3MF specification.
*   **Convert**: Convert between 3MF and STL/OBJ.
*   **Repair**: Basic mesh repair operations.
*   **Diff**: Compare two 3MF files.
*   **Benchmark**: Profile parsing performance.

## Installation

```bash
cargo install --path .
```

## Usage

```bash
lib3mf --help
```