encode You can code the input data back to a 16 Base string assert_eq!(hex::encode("Hello world!"), "48656c6c6f20776f726c6421");.
確定! 回上一頁