Crates.io | unity-utage-book |
lib.rs | unity-utage-book |
version | 0.1.0 |
source | src |
created_at | 2022-06-23 06:16:42.749466 |
updated_at | 2022-06-23 06:16:42.749466 |
description | Library for reading and writing unity Utage visual novel engine book scenario file |
homepage | |
repository | |
max_upload_size | |
id | 611688 |
size | 13,045 |
Library for reading and writing unity Utage visual novel engine book scenario file
This project is not documented. See examples for usage.
Extract book scenario file to json
usage: cargo run --example extract --features=serde < input.book > output.json
Repack unpacked json file to book
usage: cargo run --example repack --features=serde < input.json > output.book