-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30a5bed
commit d7a917b
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Introduction | ||
# Everything you ever wanted to know about Rust... | ||
|
||
...but didn't know where to ask. | ||
Rust is designed to be a *flexible* language, one that will let you do just about anything. | ||
This is a good thing. | ||
But it also means that learning to use Rust means | ||
developing a sense for which features and patterns to use where. | ||
This book is designed to help you "shortcircuit" that process by | ||
collecting expert answers and advice to common questions that come up when building Rust software. | ||
|
||
## Want to help improve this guide? | ||
|
||
This book is community maintained and we need your help to make it better! | ||
|
||
* **If you have questions you'd like to see answered**, open an issue on the github repo. | ||
* **If you'd like to answer a new question, or improve an answer**, open a pull request. | ||
|
||
The goal of this book is |