Skip to content

Latest commit

 

History

History

day-9-202279

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

2022-07-9

学习进度

知识积累

下载慢添加镜像

在 $HOME/.cargo/config.toml 添加以下内容:

[source.crates-io]
replace-with = 'ustc'

[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"

下划线开头可忽略未使用的变量 let _x = 5;

https://course.rs/basic/base-type/index.html