update numbers

This commit is contained in:
sunface
2022-02-24 20:31:19 +08:00
parent 660398d8d7
commit fc3bbc481c
9 changed files with 100 additions and 10 deletions

View File

@ -2,7 +2,7 @@
- [关于 exercise.rs](why-exercise.md)
- [变量绑定与解构](variables.md)
- [基本类型 todo](basic-types/intro.md)
- [基本类型](basic-types/intro.md)
- [数值类型](basic-types/numbers.md)
- [字符、布尔、单元类型](basic-types/char-bool-unit.md)
- [语句与表达式](basic-types/statements-expressions.md)

View File

@ -1 +1,5 @@
# Basic Types
# 基本类型
学习资料:
- English: [Rust Book 3.2 and 3.3](https://doc.rust-lang.org/book/ch03-02-data-types.html)
- 简体中文: [Rust语言圣经 - 基本类型](https://course.rs/basic/base-type/index.html)

View File

@ -1 +0,0 @@
# Weak and Circle reference

View File

@ -1 +0,0 @@
# Crate

View File

@ -1 +0,0 @@
# panic!