Work around Rust string formatter ignoring correct string length for some unicode strings

前端 未结 0 571
情歌与酒
情歌与酒 2021-01-21 12:47

I am using println! to line up columns using the following:

fn main() {
    let name_col_w = 24;
    let col_w = 9;

             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题