Surely there is a better way to convert binary string to hex string than this? use std::num; fn to_hex(val: &str, len: uint) { println!("Bin: ...
確定! 回上一頁