wz_reader-0.0.8 has been yanked.
wz-reader-rs
Maplestory *.Wz file reading written in rust, try port similer code from WzComparerR2.WzLib and MapleLib
It a rust learning project, performance maybe not as good as C#.
Dependencies
- Image
- flate2
- image
- Char Decryption
- aes
- ecb
- Data
- hashbrown - Hashmap
- memmap2
- Others
- rayon
- scroll
- thiserror
Minimum supported Rust version
wz_reader's MSRV is 1.70.0
Example
use ;
// NodeCast trait provide try_as_* functions to casting WzNode
use NodeCast;
You can find more example usage in the examples folder.
License
This project is licensed under the MIT license.