Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Mar 29, 2024
1 parent 30a5bed commit d7a917b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

- [Introduction](./introduction.md)
- [When to use Rust?](./when_to_use_rust.md)
- [How to improve this guide!](./contribution.md)

# General Rust

Expand Down
18 changes: 16 additions & 2 deletions src/introduction.md
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

0 comments on commit d7a917b

Please sign in to comment.