mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
385 B
385 B
进阶类型转换
Rust是强类型语言,同时也是强安全语言,因此这些决定了Rust的类型转换注定比一般语言要更困难,再加上Rust的繁多的类型和类型转换特征,用于很难对这块内容了若指掌,因此我们专门整了一个专题来讨论Rust中那些不太容易的类型转换, 容易的请看这一章.