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 = read;
let mut decrypter = new;
// Writes decrypted game files to "C:/Documents/Game"
decrypter.decrypt.unwrap
License
Project is licensed under WTFPL.