- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 285字
- 2021-07-02 13:35:13
Getting Started with Rust
Learning a new language is like building a house – the foundation needs to be strong. With a language that changes the way you think and reason about your code, there's always more effort involved in the beginning, and it's important to be aware of that. The end result, however, is that you get to shift your thinking with these new-found concepts and tools.
This chapter will give you a whirlwind tour on the design philosophy of Rust, an overview of its syntax and the type system. We assume that you have a basic knowledge of mainstream languages such as C, C++, or Python, and the ideas that surround object-oriented programming. Each section will contain example code, along with an explanation of it. There will be ample code examples and output from the compiler, that will help you become familiar with the language. We'll also delve into a brief history of the language and how it continues to evolve.
Getting familiar with a new language requires perseverance, patience, and practice. I highly recommend to all readers that you manually write and don't copy/paste the code examples listed here. The best part of writing and fiddling with Rust code is the precise and helpful error messages you get from the compiler, which the Rust community often likes to call error-driven development. We'll see these errors frequently throughout this book to understand how the compiler thinks of our code.
In this chapter, we will cover the following topics:
- What is Rust and why should you care?
- Installing the Rust compiler and the toolchain
- A brief tour of the language and its syntax
- A final exercise, where we'll put what we've learned together
- ServiceNow Application Development
- JavaScript前端開發模塊化教程
- Mobile Web Performance Optimization
- Python快樂編程:人工智能深度學習基礎
- Python 3網絡爬蟲實戰
- C語言實驗指導及習題解析
- Jupyter數據科學實戰
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- 常用工具軟件立體化教程(微課版)
- Java Web從入門到精通(第2版)
- QlikView Unlocked
- 計算機應用基礎(第二版)
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- MATLAB 2020 GUI程序設計從入門到精通
- Java服務端研發知識圖譜