mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
update numbers
This commit is contained in:
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
# Weak and Circle reference
|
@ -1 +0,0 @@
|
||||
# Crate
|
@ -1 +0,0 @@
|
||||
# panic!
|
Reference in New Issue
Block a user