wz_reader 0.0.18

A wz file reader to resolve wz file with thread safe
Documentation
1
2
3
4
5
6
7
use crate::util::string_decryptor;

#[deprecated(
    since = "0.18.0",
    note = "use util::string_decryptor::EcbDecryptor directly"
)]
pub type WzMutableKey = string_decryptor::EcbDecryptor;