<p align="center">
<p align="center">
<img width="300" height="300" src=".github/icon.svg" alt="Project logo">
</p>
<h1 align="center"><b>mview-rs</b></h1>
<p align="center">
Tool and library for unpacking <a href="https://marmoset.co/toolbag/viewer/">Marmoset Viewer</a> archive packages, enabling the extraction and decompression of 3D models and scenes.
</p>
</p>
### 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! <!-- Please check out the [contributing guide](CONTRIBUTING.md) for more details. -->
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.