summaryrefslogtreecommitdiff
path: root/error_handling
AgeCommit message (Collapse)Author
2018-02-21Added filename to top of .rs filesRobert Lugg
2016-06-21Add more hints, better test failures, etc to errorsnCarol (Nichols || Goulding)
2016-06-21Add another another error exerciseCarol (Nichols || Goulding)
2016-06-21Add another error exerciseCarol (Nichols || Goulding)
2016-04-16Add jleedev's try!, From, and Error exercise! ✨Carol (Nichols || Goulding)
Made some modifications to clarify the structure since this is a bigger example, also added some more hints. Name it errorsn since I think we could still use more exercises between errors1 and errorsn, but I've been sitting on these too long as it is :)
2016-04-16Add an exercise for rewriting Option to be ResultCarol (Nichols || Goulding)
In the case where you'd like to provide an explanation why the function isn't able to do the thing, rather than just not doing the thing.
2016-04-16Rename the first errors exercise to be about Option, link to itCarol (Nichols || Goulding)
2016-04-16Start an error handling section and move the result exercise thereCarol (Nichols || Goulding)
I think this is a better categorization than "standard library types".