Crates.io | cnmo-parse |
lib.rs | cnmo-parse |
version | 0.1.2 |
source | src |
created_at | 2023-03-11 06:58:25.69354 |
updated_at | 2023-03-11 16:33:37.344319 |
description | Utility to easily parse CNM Online game files |
homepage | |
repository | https://github.com/wyatt-radkiewicz/cnm-online-editor |
max_upload_size | |
id | 807068 |
size | 117,138 |
A all-encompasing CNM Online lparse and cnma data format parser.
This crate allows one to load .cnmb/.cnms/.cnma files.
By default this crate only allows one to edit these files at the very lowest level (besides for cnma files which can already load in game configs), so if you want to load a cnm level file from an lparse file, you will need to specify certain crate features.
These features are:
Heres the Github Link