Project logo

mview-rs

Tool and library for unpacking Marmoset Viewer archive packages, enabling the extraction and decompression of 3D models and scenes.

### mview-extract Check [here](./cli) for the extraction tool's instruction. ## Installation Via Cargo: ```sh cargo install mview ``` To use the **mview** library, add it to your `Cargo.toml`: ```toml [dependencies] mview = "0.1.0" ``` ## Contributing Contributions are welcome! ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.