From the Back Cover
Learn to program with Rust in an easy, step-by-step manner on Unix, Linux shell, macOS and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer.Beginning Ruststarts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you’ll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time.Only a basic knowledge of programming is required, preferably in C or C++. To understand this book, it's enough to know what integers and floating-point numbers are, and to distinguish identifiers from string literals.After reading this book, you'll be ready to build Rust applications.You will:Get started programming with RustUnderstand heterogeneous data structures and data sequencesDefine functions, generic functions, structs, and moreWork with closures, changeable strings, ranges and slicesUse traits and learn about lifetimes
Read more
About the Author
Carlo Milanesiis a professional software developer and expert who uses Rust. He has contributed to the Rust development community, and also has done web application development in Linux with PHP, JavaScript, Java, Ionic and Vaadin frameworks. Lastly, he has been in involved in these other technologies: GUI design, 2D and 3D rendering, testing automation, database access. Carlo's applications include CAM/CAM for the stone machining industry, lens cutting laboratory automation, and corporate-wide web applications.
Read more
0 有用 C 2020-08-17 12:11:23
像一个非常耐心的老师在一句句给你解释的感觉,真的是 beginning from novice,最棒的一本入门书
0 有用 cradiator 2021-03-17 14:06:55
比较初级比较啰嗦,适合新手同学。有编程经验,特别是c/c++经验,快速略读即可。
0 有用 phylong 2019-05-07 12:22:37
几乎所有rust教程都没有做到 从不知道到知道; 它们总是时不时引入为解释的新特性, 这对于初学者来说很不友好; 有的书解释说rust需要首先有全局的把握, 因此不得不如此, 它们错了, 因为此书做到了.