This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 进阶类型转换
Rust是强类型语言,同时也是强安全语言,因此这些决定了Rust的类型转换注定比一般语言要更困难,再加上Rust的繁多的类型和类型转换特征,用于很难对这块内容了若指掌,因此我们专门整了一个专题来讨论Rust中那些不太容易的类型转换, 容易的请看[这一章](../basic/converse.md).