Cargo.toml 增加依赖rust-crypto = "^0.2"use crypto::digest::Digest;use crypto::md5::Md5;pub fn md5<S:Into<String>>(input: S) -> String { let ...
確定! 回上一頁