<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/error_handling, branch main</title>
<subtitle>Rustlings course
</subtitle>
<id>http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main</id>
<link rel='self' href='http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/'/>
<updated>2018-04-26T19:29:11Z</updated>
<entry>
<title>move old files to a separate directory</title>
<updated>2018-04-26T19:29:11Z</updated>
<author>
<name>olivia</name>
<email>olivia@fastmail.com</email>
</author>
<published>2018-04-26T19:29:11Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=5e89d1e888a8fafc39096afce36d02e313f349c2'/>
<id>urn:sha1:5e89d1e888a8fafc39096afce36d02e313f349c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a trivial change to make sure the readme gets regenerated</title>
<updated>2018-03-06T01:10:19Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2018-03-06T01:10:19Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=18d047c98420aefb602b44e62ccb25c8e1ae2e5c'/>
<id>urn:sha1:18d047c98420aefb602b44e62ccb25c8e1ae2e5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added filename to top of .rs files</title>
<updated>2018-02-22T06:09:53Z</updated>
<author>
<name>Robert Lugg</name>
<email>robert.lugg@gmail.com</email>
</author>
<published>2018-02-22T06:09:53Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c'/>
<id>urn:sha1:7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more hints, better test failures, etc to errorsn</title>
<updated>2016-06-21T15:10:21Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-06-21T15:10:21Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4378a2c5bffa328c93e7663efb1676d3044df4a3'/>
<id>urn:sha1:4378a2c5bffa328c93e7663efb1676d3044df4a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add another another error exercise</title>
<updated>2016-06-21T14:40:32Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-06-21T14:40:32Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=0b15e927386ff1879e2892d017f2f1c845f4cb77'/>
<id>urn:sha1:0b15e927386ff1879e2892d017f2f1c845f4cb77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add another error exercise</title>
<updated>2016-06-21T14:07:21Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-06-21T14:07:21Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=ae46dfd752a8cd9af7c845aee62fb15bb29f3052'/>
<id>urn:sha1:ae46dfd752a8cd9af7c845aee62fb15bb29f3052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add jleedev's try!, From, and Error exercise! ✨</title>
<updated>2016-04-16T15:29:33Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-02-17T23:46:10Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=65cc4cf12c3f487901917b1941ce0421295142ad'/>
<id>urn:sha1:65cc4cf12c3f487901917b1941ce0421295142ad</id>
<content type='text'>
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 :)
</content>
</entry>
<entry>
<title>Add an exercise for rewriting Option to be Result</title>
<updated>2016-04-16T14:53:39Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-02-16T23:14:20Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=c21fb10ae4f341a1af146bee714acd7065f3ba54'/>
<id>urn:sha1:c21fb10ae4f341a1af146bee714acd7065f3ba54</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Rename the first errors exercise to be about Option, link to it</title>
<updated>2016-04-16T14:53:39Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-02-16T22:43:44Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4587266b828f2ad1d594dcd747ac17ba9ea4772c'/>
<id>urn:sha1:4587266b828f2ad1d594dcd747ac17ba9ea4772c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start an error handling section and move the result exercise there</title>
<updated>2016-04-16T14:53:39Z</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2016-02-16T22:42:24Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=d145c6334f34fb4a1289368175d73aeaa629090c'/>
<id>urn:sha1:d145c6334f34fb4a1289368175d73aeaa629090c</id>
<content type='text'>
I think this is a better categorization than "standard library types".
</content>
</entry>
</feed>
