|
1 | 1 | # rust-practise-questions
|
2 | 2 |
|
3 |
| -[](https://travis-ci.com/sn99/rust-practise-questions) |
| 3 | +[](https://github.com/rust-unofficial/rust-practise-questions/actions/workflows/deploy.yml) |
| 4 | +[](https://github.com/rust-unofficial/rust-practise-questions/actions/workflows/pages/pages-build-deployment) |
| 5 | + |
| 6 | +[](https://sn99.github.io/rust-practise-questions/) |
4 | 7 |
|
5 | 8 | A set of questions for Rust lang
|
6 | 9 |
|
7 |
| -Read [about](src/about.md) for more information about the book |
| 10 | +## About |
8 | 11 |
|
9 |
| -Read [CONTRIBUTING](CONTRIBUTING.md) for contributing to the book |
| 12 | +The book is written so that a newbie [Rustaceans](https://www.rustaceans.org/) can easily dive in the language and get |
| 13 | +productive as fast as possible |
10 | 14 |
|
11 |
| -[FAQs](FAQs.md) |
| 15 | +### What this book is not |
12 | 16 |
|
13 |
| -[](https://sn99.github.io/rust-practise-questions/) |
| 17 | +This book is not an attempt to teach you [Rust](https://www.rust-lang.org/), it simply provides question for practise, |
| 18 | +and **it is not a tutorial** |
| 19 | + |
| 20 | +## Contributing |
| 21 | + |
| 22 | +Read [CONTRIBUTING](CONTRIBUTING.md) for contributing to the book |
14 | 23 |
|
15 | 24 | See also the list of [contributors](https://github.com/sn99/rust-practise-questions/graphs/contributors) who
|
16 | 25 | participated in this project.
|
17 | 26 |
|
| 27 | +## FAQ |
| 28 | + |
| 29 | +#### Where can I find solutions to the problems in this book ? |
| 30 | + |
| 31 | +I have decided not to provide solutions to any problem in this book, you will have to use the long way(irc channels, |
| 32 | +stackoverflow, etc). |
| 33 | + |
| 34 | +The reason for this is so that you have to study the whole concept rather than a part of it because I feel a lot of new |
| 35 | +learners simply go and check the solution after being stuck for the first time. |
| 36 | + |
| 37 | +Though help will be provided in some questions as a form of `hint` |
| 38 | + |
| 39 | +#### How can I be sure whether a question has a solution or not ? |
| 40 | + |
| 41 | +Each and every question that appears in the book has been solved in at least in 1 way before making it's way in the book |
| 42 | + |
| 43 | +#### Where can I find help ? |
| 44 | + |
| 45 | +Some of the sources that are the most helpful are : |
| 46 | + |
| 47 | +* [Discord Channel for beginners](https://discord.gg/rust-lang) |
| 48 | +* [Stackoverflow](https://stackoverflow.com/questions/tagged/rust) |
| 49 | +* [Reddit community](https://www.reddit.com/r/rust/) |
| 50 | + |
| 51 | +#### I am unable to solve so-and-so question, why ? |
| 52 | + |
| 53 | +Mostly because you may be new to the language or to programming world itself, try again and keep on learning, you will |
| 54 | +be able to eventually solve them with ease |
| 55 | + |
18 | 56 | ## License
|
19 | 57 |
|
20 | 58 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|
0 commit comments