You should add use md5 import at the top of your file: use md5; fn main(){ let digest = md5::compute(b"abcdefghijklmnopqrstuvwxyz"); ...
確定! 回上一頁