ncmapi2 0.1.13

NetEase Cloud Music API for Rust.
Documentation
1
2
3
pub fn md5_hex(pt: &[u8]) -> String {
    hex::encode(md5::compute(pt).0)
}