| Crates.io | runirip |
| lib.rs | runirip |
| version | 0.1.2 |
| created_at | 2025-06-25 13:56:57.485556+00 |
| updated_at | 2025-06-26 07:19:11.630412+00 |
| description | Unity asset files manipulation library |
| homepage | |
| repository | https://github.com/LeadRDRK/runirip |
| max_upload_size | |
| id | 1725901 |
| size | 134,804 |
runirip is a Rust library that allows you to manipulate various Unity asset file formats. It is a fork of rabex that aims to be usable in production.
All of these features are enabled by default.
unitycn_encryption: Enables support for decrypting encrypted UnityCN assets.objects: Enables the objects crate which contains struct definitions for Unity classes to be parsed as. Depends on serde.serde: Enables serde serialization/deserialization support.lzma, lz4, brotli: Enables support for the corresponding compression method.See /examples.
Parsers:
Object Classes:
Tests:
Other:
runirip is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this library.
See LICENSE-APACHE and LICENSE-MIT for more details.