488 Commits (44d54ac0a690fa7ab01cf0b96bc07be51b61d5bf)
 

Author SHA1 Message Date
Arcadie b710e5cc67 Merge branch 'master' of github.com:Arcadie/easy_rust 4 years ago
Arcadie 3263dce437 Fix small typo in filter_map() example, get rid of into_iter() for range.
Range already implements Iterator trait, so no need for the into_iter().
4 years ago
Dhghomon fafdb36cec
Rewrite a bit 4 years ago
Dhghomon 613a9755f0
impl Trait 4 years ago
Dhghomon 36a056df85
Closures in functions 4 years ago
Dhghomon 8fb5b1e131
Explanation of what a snippet is 4 years ago
Dhghomon 2b26205271
Merge pull request #34 from AlexanderWillner/master
Enhanced create book script and added it to the make file
4 years ago
Alexander Willner 717e792076 new ignore string 4 years ago
Alexander Willner 8c0d7a3b79 getting all code snippets to compile or to be skipped 4 years ago
Arcadie acd5a7ca1b Fix small typo in filter_map() example, get rid of into_iter() for range.
Range already implements Iterator trait, so no need for the into_iter().
4 years ago
Alexander Willner 27f0d7ad45 getting the first 50 code snippets to compile or to be skipped 4 years ago
Alexander Willner 6f0ed2ae75 Started to get snippets compile / mark them as uncompilable... 4 years ago
Alexander Willner 995a2da33c making snippets is phony 4 years ago
Alexander Willner f19b0b7823 enhance create book script and added it to the make file 4 years ago
Alexander Willner 195482f7ce Merge branch 'master' of https://github.com/Dhghomon/easy_rust 4 years ago
Dhghomon 36c3e5d0f9
Merge pull request #33 from AlexanderWillner/master
Suggestion: make each snippet compilable
4 years ago
Alexander Willner f9be669881 Added md2src 4 years ago
Alexander Willner 1cf4605343 Mark snippet as no compilable 4 years ago
Alexander Willner 73b261cc54 Merge branch 'master' of https://github.com/Dhghomon/easy_rust 4 years ago
Dhghomon a39f09850a
Some other methods 4 years ago
Dhghomon 56afb860af
.cycle() 4 years ago
Dhghomon 33705b94ba
.find(), .position() 4 years ago
Dhghomon b62700abae
.any(), .all() 4 years ago
Dhghomon ef187d51ba
.and_then(), .and() 4 years ago
Dhghomon e9fdd53a7e
ok_or + ok_or_else 4 years ago
Dhghomon 4ac9f67713
Fix typo 4 years ago
Dhghomon c4cb3c1ac1
More on closures + iterators 4 years ago
Alexander Willner adaffe147c Merge branch 'master' of https://github.com/Dhghomon/easy_rust 4 years ago
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
4 years ago
Dhghomon 516556fb5f
VecDeque 4 years ago
Dhghomon 9f9c7484c7
BinaryHeap 4 years ago
Dhghomon e7f9b6d27c
Start HashSet + BTreeSet 4 years ago
Dhghomon 83e2f5c9f8
Merge pull request #31 from sureshggg/master
Update README.md
4 years ago
Suresh G e2ffd92ff1
Update README.md
spell changes
4 years ago
Dhghomon 17a9c09880
[] vs. .get() for HashMap 4 years ago
Dhghomon 6ccb798ce3
More on hashmaps 4 years ago
Dhghomon bb6778538f
Merge pull request #28 from byschii/master
Typo
4 years ago
Nishant Srivastava f532b32a31 fix script because the list formatting changed 4 years ago
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
4 years ago
byschii 1f59c6b710
Typo 4 years ago
Dhghomon 3851cb54b9
Typo 4 years ago
Dhghomon 218a193dcf
Typo 4 years ago
Dhghomon 8e316f7402
More on r# and unicode escape 4 years ago
Dhghomon 75eb5a9194
correction 4 years ago
Dhghomon 3b337b533a
Add intro 4 years ago
Dhghomon 3f97f37142
Merge pull request #27 from neophyt3/fix-typos
Fix typos
4 years ago
Pradeep Chauhan 4d3f5a1c08
Merge branch 'master' into fix-typos 4 years ago
Pradeep Chauhan 4ee6006e8c Fix typos 4 years ago
Dhghomon b23782290f
.zip() and .collect() into HashMap 4 years ago
Dhghomon 6243d39632
Start HashMap 4 years ago