Rust Essentials(Second Edition)
上QQ阅读APP看书,第一时间看更新

Summary

In this chapter, we learned how to work with variables in Rust, getting acquainted with many of the common compiler error messages. We explored types and the default immutability of variables as cornerstones of Rust's safety behavior.

In the following chapter, we will start writing some useful code using program logic and functions.