204 Commits (cddf839e328f8889d10e294ac500859567cc58ce)
 

Author SHA1 Message Date
Dhghomon cddf839e32
Default + builder pattern 4 years ago
Dhghomon ba977ad4d9
Merge pull request #37 from AlexanderWillner/master
give a hint on how to install required binaries for the book
4 years ago
Alexander Willner a6d30d3c99 open the book automatically 4 years ago
Alexander Willner 752141bb2a make 'make book' phony 4 years ago
Alexander Willner 056ecf91a0 ignore book folder 4 years ago
Alexander Willner 75da2fd150 give a hint on how to install required binaries for the book 4 years ago
Alexander Willner f690d2b378 Merge branch 'master' of https://github.com/Dhghomon/easy_rust 4 years ago
Dhghomon 8ba4e03e1c
Merge pull request #36 from Arcadie/fix-vecdeque-move
Fixes in VecDeque, Generics and Arc sections
4 years ago
Arcadie 192047be94 Delete whitespace, tweak phrasing 4 years ago
Arcadie 9e9bf0a265 Arc: when spanwing threads in a loop, call join on handlers at the end 4 years ago
Arcadie 27def910d6 Mutex: fix output for code samples 4 years ago
Arcadie a1f511f80f Generics - fix print with, specify variables of type U 4 years ago
Arcadie c56888fcf5 VecDeque - say items are moved instead of copied on remove() 4 years ago
Dhghomon 0dc4a75139
chars, len(), chars().count() 4 years ago
Dhghomon 637c7daf4b
Merge pull request #35 from Arcadie/master
Fix small typos in filter_map, get rid of into_iter() for range
4 years ago
Arcadie e773c679bd Impl Trait - make snippets compile by fixing ignore message 4 years ago
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