I think here it can just be a HashMap<String, Vec<u8>> , where the String is the username, and the Vec<u8> is the MD5 hash of the password. Rust ...
確定! 回上一頁