rpgmad-lib

Crates.iorpgmad-lib
lib.rsrpgmad-lib
version1.0.1
sourcesrc
created_at2024-11-30 13:17:41.783287
updated_at2024-11-30 13:17:41.783287
descriptionA decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be.
homepage
repositoryhttps://github.com/savannstm/rpgm-archive-decrypter-lib
max_upload_size
id1466603
size10,423
savannstm (savannstm)

documentation

https://docs.rs/rpgmad-lib

README

rpgm-archive-decrypter-lib

A decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be.

Quick example

let archive_bytes = std::fs::read("C:/Documents/Game/Game.rgssad");
let mut decrypter = rpgmad_lib::Decrypter::new();

// Writes decrypted game files to "C:/Documents/Game"
decrypter.decrypt("C:/Documents/Game", false).unwrap()

License

Project is licensed under WTFPL.

Commit count: 2

cargo fmt