Commit Graph

173 Commits

Author SHA1 Message Date
Dhghomon
36c3e5d0f9
Merge pull request #33 from AlexanderWillner/master
Suggestion: make each snippet compilable
2020-07-27 22:28:12 +09:00
Alexander Willner
f9be669881 Added md2src 2020-07-27 15:24:10 +02:00
Alexander Willner
1cf4605343 Mark snippet as no compilable 2020-07-27 15:23:54 +02:00
Alexander Willner
73b261cc54 Merge branch 'master' of https://github.com/Dhghomon/easy_rust 2020-07-27 15:15:27 +02:00
Dhghomon
a39f09850a
Some other methods 2020-07-27 19:36:21 +09:00
Dhghomon
56afb860af
.cycle() 2020-07-27 19:24:01 +09:00
Dhghomon
33705b94ba
.find(), .position() 2020-07-27 16:19:27 +09:00
Dhghomon
b62700abae
.any(), .all() 2020-07-27 14:24:24 +09:00
Dhghomon
ef187d51ba
.and_then(), .and() 2020-07-27 13:20:11 +09:00
Dhghomon
e9fdd53a7e
ok_or + ok_or_else 2020-07-27 12:06:08 +09:00
Dhghomon
4ac9f67713
Fix typo 2020-07-27 11:35:24 +09:00
Dhghomon
c4cb3c1ac1
More on closures + iterators 2020-07-26 23:47:06 +09:00
Alexander Willner
adaffe147c Merge branch 'master' of https://github.com/Dhghomon/easy_rust 2020-07-26 16:46:48 +02:00
Dhghomon
21ae205eff
Merge pull request #29 from nisrulz/feature/mdBook-script
Add a bash script to split the existing Readme.md into chapters+summary files which mdBook can consume
2020-07-26 19:35:10 +09:00
Dhghomon
516556fb5f
VecDeque 2020-07-26 19:12:39 +09:00
Dhghomon
9f9c7484c7
BinaryHeap 2020-07-26 18:10:52 +09:00
Dhghomon
e7f9b6d27c
Start HashSet + BTreeSet 2020-07-26 17:21:28 +09:00
Dhghomon
83e2f5c9f8
Merge pull request #31 from sureshggg/master
Update README.md
2020-07-26 16:58:17 +09:00
Suresh G
e2ffd92ff1
Update README.md
spell changes
2020-07-26 12:29:46 +05:30
Dhghomon
17a9c09880
[] vs. .get() for HashMap 2020-07-26 13:33:19 +09:00
Dhghomon
6ccb798ce3
More on hashmaps 2020-07-26 13:06:13 +09:00
Dhghomon
bb6778538f
Merge pull request #28 from byschii/master
Typo
2020-07-26 12:08:31 +09:00
Nishant Srivastava
f532b32a31 fix script because the list formatting changed 2020-07-26 00:38:11 +02:00
Nishant Srivastava
84d1e273ec - Add a bash script to split the existing Readme.md into chapters+summary files which mdBook can consume.
- Enables generating a book version
- Fixes issue #11
2020-07-26 00:23:59 +02:00
byschii
1f59c6b710
Typo 2020-07-25 18:18:55 +02:00
Dhghomon
3851cb54b9
Typo 2020-07-26 00:58:01 +09:00
Dhghomon
218a193dcf
Typo 2020-07-26 00:51:44 +09:00
Dhghomon
8e316f7402
More on r# and unicode escape 2020-07-26 00:50:45 +09:00
Dhghomon
75eb5a9194
correction 2020-07-26 00:27:33 +09:00
Dhghomon
3b337b533a
Add intro 2020-07-26 00:25:58 +09:00
Dhghomon
3f97f37142
Merge pull request #27 from neophyt3/fix-typos
Fix typos
2020-07-26 00:18:33 +09:00
Pradeep Chauhan
4d3f5a1c08
Merge branch 'master' into fix-typos 2020-07-25 20:33:21 +05:30
Pradeep Chauhan
4ee6006e8c Fix typos 2020-07-25 20:19:35 +05:30
Dhghomon
b23782290f
.zip() and .collect() into HashMap 2020-07-25 21:02:55 +09:00
Dhghomon
6243d39632
Start HashMap 2020-07-25 20:42:36 +09:00
Dhghomon
4ea46d54d8
Commas in structs 2020-07-25 20:18:25 +09:00
Dhghomon
f78d86b5c9
More on printing 2020-07-25 20:06:22 +09:00
Dhghomon
3c4237acd8
Correction 2020-07-25 15:32:02 +09:00
Dhghomon
91b0f71685
Start adding to printing 2020-07-25 15:31:03 +09:00
Dhghomon
11793ddd10
Merge pull request #25 from sudo-nice/master
Fix misleading Self explanation
2020-07-25 14:55:25 +09:00
Sudo Nice
725ea14d80 Fix misleading Self explanation
closes #21
2020-07-25 07:51:08 +03:00
Dhghomon
deaec92cbb
Slight reword 2020-07-25 11:39:54 +09:00
Dhghomon
4fde7f5114
Merge pull request #24 from AlexanderWillner/master
Fixing various markdown lint issues and one compiler warning
2020-07-25 11:38:47 +09:00
Alexander Willner
fa0f6ea8cd Fixing Markdownlint: various fixes 2020-07-24 22:44:20 +02:00
Alexander Willner
a8c88b7654 Fixing Markdownlint MD025: single h1 2020-07-24 22:39:57 +02:00
Alexander Willner
f723508cc1 Fixing Markdownlint MD012: multiple blanks 2020-07-24 22:37:46 +02:00
Alexander Willner
ddd6ccdda2 Fixing Markdownlint MD040: missed language definition 2020-07-24 22:34:23 +02:00
Alexander Willner
64622938fb Fixing Markdownlint MD004: unordered lists 2020-07-24 22:26:55 +02:00
Alexander Willner
fdd687471f Fixing Markdownlint MD034: links 2020-07-24 22:25:51 +02:00
Alexander Willner
ab9d4b6e91 removed compiler warnings 2020-07-24 22:08:26 +02:00