Crates.io | opengr2 |
lib.rs | opengr2 |
version | 0.1.0 |
source | src |
created_at | 2023-01-20 00:51:42.23687 |
updated_at | 2023-01-20 00:51:42.23687 |
description | A file parser for Granny2 (.gr2) files written in pure rust |
homepage | |
repository | |
max_upload_size | |
id | 763040 |
size | 271,950 |
Open source parsing library for Granny2 files written in rust.
This library is an alternative rust native version of the C library opengr2.
Functionality | Status |
---|---|
Basic parsing | ⚠️ (some types are still missing) |
Big endian files | ✔️ |
64 bit files | ✔️ |
File format 7 | ✔️ |
File format 6 | ⚠️ (should work but needs more testing) |
Custom element types | ❌ |
Oodle-0 compression | ❌ |
Oodle-1 compression | ❌ |
Bitknit-1 compression | ❌ |
Bitknit-2 compression | ❌ |
This library is licensed under the MIT-License.