- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 200字
- 2021-07-02 23:07:10
What this book covers
Chapter 1, Introducing and Installing Rust, deals with installing the Rust toolset and using the basic tools.
Chapter 2, Variables, focuses on using different kinds of variables.
Chapter 3, Input and Output, covers the basic I/O.
Chapter 4, Conditions, Recursion, and Loops, goes through the different loops and iterative methods of Rust.
Chapter 5, Remember, Remember, covers Rust's memory handling system.
Chapter 6, Creating Your Own Rust Applications, gives you the task of building a complete Rust application.
Chapter 7, Matching and Structures, teaches you compound data types and how to destructure them.
Chapter 8, The Rust Application Lifetime, covers Rust's unique ownership, borrowing, and lifetime system, which enables resource safety without garbage collection.
Chapter 9, Introducing Generics, Impl, and Traits, goes through Rust's generic types.
Chapter 10, Creating Your Own Crate, instructs you how to build your own contained packages of Rust code.
Chapter 11, Concurrency in Rust, looks at concurrency and parallelism techniques.
Chapter 12, Now It's Your Turn!, gives you another set of tasks to complete.
Chapter 13, The Standard Library, covers Rust's standard library.
Chapter 14, Foreign Function Interfaces, introduces techniques to interface Rust code with C programs.
- JavaScript全程指南
- Full-Stack React Projects
- Python數據可視化之Matplotlib與Pyecharts實戰
- C++ 從入門到項目實踐(超值版)
- Learning DHTMLX Suite UI
- GameMaker Essentials
- OpenCV 3 Blueprints
- Getting Started with Python
- DB2SQL性能調優秘笈
- Shopify Application Development
- Java多線程并發體系實戰(微課視頻版)
- VMware vSphere 5.5 Cookbook
- 計算思維與Python編程
- Getting Started with Windows Server Security
- Python程序設計:基礎與實踐