Skip to content

Commit 307b0d4

Browse files
committed
update readme
1 parent 574507e commit 307b0d4

29 files changed

+50
-5610
lines changed

FAQs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Though help will be provided in some questions as a form of `hint`
1010

1111
#### How can I be sure whether a question has a solution or not ?
1212

13-
Each and every question that appears in the book has been solved in at least 2 ways before making it's way in the book
13+
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
1414

1515
#### Where can I find help ?
1616

1717
Some of the sources that are the most helpful are :
1818

19-
* [Rust IRC Channel for beginners](https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners)
20-
* [Stackoverflow](https://stackoverflow.com/)
21-
* [Reddit community of Rust](https://www.reddit.com/r/rust/)
19+
* [Discord Channel for beginners](https://discord.gg/rust-lang)
20+
* [Stackoverflow](https://stackoverflow.com/questions/tagged/rust)
21+
* [Reddit community](https://www.reddit.com/r/rust/)
2222

2323
#### I am unable to solve so-and-so question, why ?
2424

README.md

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,58 @@
11
# rust-practise-questions
22

3-
[![Build Status](https://travis-ci.com/sn99/rust-practise-questions.svg?branch=master)](https://travis-ci.com/sn99/rust-practise-questions)
3+
[![Deploy](https://github.com/rust-unofficial/rust-practise-questions/actions/workflows/deploy.yml/badge.svg)](https://github.com/rust-unofficial/rust-practise-questions/actions/workflows/deploy.yml)
4+
[![pages-build-deployment](https://github.com/rust-unofficial/rust-practise-questions/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/rust-unofficial/rust-practise-questions/actions/workflows/pages/pages-build-deployment)
5+
6+
[![Visit Book](https://img.shields.io/badge/Book-Rendered-brightgreen.svg?style=for-the-badge)](https://sn99.github.io/rust-practise-questions/)
47

58
A set of questions for Rust lang
69

7-
Read [about](src/about.md) for more information about the book
10+
## About
811

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
1014

11-
[FAQs](FAQs.md)
15+
### What this book is not
1216

13-
[![Visit Book](https://img.shields.io/badge/Book-Rendered-brightgreen.svg?style=for-the-badge)](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
1423

1524
See also the list of [contributors](https://github.com/sn99/rust-practise-questions/graphs/contributors) who
1625
participated in this project.
1726

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+
1856
## License
1957

2058
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

book.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ authors = [" Siddharth Naithani aka sn99"]
33
multilingual = false
44
src = "src"
55
title = "Jang"
6-
description = "Rust Practise Questions"
7-
8-
[output.html]
9-
google-analytics = "UA-138954958-1"
6+
description = "Rust Practise Questions"

book/FontAwesome/css/font-awesome.css

Lines changed: 0 additions & 4 deletions
This file was deleted.
-162 KB
Binary file not shown.
-162 KB
Binary file not shown.

book/FontAwesome/fonts/fontawesome-webfont.svg

Lines changed: 0 additions & 2671 deletions
This file was deleted.
-162 KB
Binary file not shown.
-95.7 KB
Binary file not shown.
-75.4 KB
Binary file not shown.

book/ayu-highlight.css

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)