Cargo.toml: [dependencies] rust-crypto = "0.2.36" sha1 = "0.6.0". Example code: use crypto; use crypto::digest::Digest; use sha1; ...
確定! 回上一頁