As a quick side note, Rust already has the ability to convert values to binary: format!("{:b}", value);. Your to_binary function would be a bit ...
確定! 回上一頁