gungeon-save

Crates.iogungeon-save
lib.rsgungeon-save
version0.0.1
sourcesrc
created_at2020-11-21 13:02:50.746143
updated_at2020-11-21 13:02:50.746143
descriptionA simple Enter the Gungeon save file decoder and encoder.
homepagehttps://github.com/Elinvynia/gungeon-save
repositoryhttps://github.com/Elinvynia/gungeon-save.git
max_upload_size
id314688
size251,658
ChloƩ Monette (Elinvynia)

documentation

https://docs.rs/gungeon-save

README

gungeon-save

A simple Enter the Gungeon save file decoder and encoder.

Sample Usage

# If you are on Windows and want to use the default save path.
gungeon-save decode
# Otherwise, use
gungeon-save decode /path/to/save/file

# If you have a `SlotA.txt` in the current folder use
gungeon-save encode
# Otherwise, use
gungeon-save encode name-of-decoded-file

# Simple help message, explaining the same things as here.
gungeon-save help
Commit count: 6

cargo fmt