Tips for Rust Coding - Blog of Gris
Blog of GrisInput {:?} quickly in vim Add this line into your vimrc:autocmd FileType rust inoremap d {:?}In vim insert mode, if you try \d, vim will convert that into {:?}.Know the type name of specific variable when debugging Add this line to your codelet a: () = var; You will got compile failure with type name of your variable.
本文章由 flowerss 抓取自RSS,版权归源站点所有。