mview

Crates.iomview
lib.rsmview
version0.1.0
sourcesrc
created_at2024-10-28 02:47:35.390093
updated_at2024-10-28 02:47:35.390093
descriptionLibrary for parsing Marmoset Viewer archive packages
homepagehttps://github.com/HeavenVolkoff/mview-rs
repositoryhttps://github.com/HeavenVolkoff/mview-rs
max_upload_size
id1425206
size14,127
VĂ­tor Vasconcellos (HeavenVolkoff)

documentation

README

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 for the extraction tool's instruction.

Installation

Via Cargo:

cargo install mview

To use the mview library, add it to your Cargo.toml:

[dependencies]
mview = "0.1.0"

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 14

cargo fmt