<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git, 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>2026-04-05T12:23:10Z</updated>
<entry>
<title>I dont know why this is not pushed</title>
<updated>2026-04-05T12:23:10Z</updated>
<author>
<name>anand</name>
<email>anand.panchdhari@gmail.com</email>
</author>
<published>2026-04-05T12:23:10Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=e02ea7acdee0ae93a4a6e8426fdd83334a61ac11'/>
<id>urn:sha1:e02ea7acdee0ae93a4a6e8426fdd83334a61ac11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finished vecs and move semantics</title>
<updated>2025-11-19T09:05:50Z</updated>
<author>
<name>anand</name>
<email>anand.panchdhari@gmail.com</email>
</author>
<published>2025-11-19T09:05:50Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=f8d94cce2a21067d666f65d23d591f0f40cf6c36'/>
<id>urn:sha1:f8d94cce2a21067d666f65d23d591f0f40cf6c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completed till exercise 4</title>
<updated>2025-11-18T17:10:54Z</updated>
<author>
<name>anand</name>
<email>anand.panchdhari@gmail.com</email>
</author>
<published>2025-11-18T17:10:54Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=8597b29e143cdeae50eafae06e0d8ed900b25295'/>
<id>urn:sha1:8597b29e143cdeae50eafae06e0d8ed900b25295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2294 from senekor/senekor/qxykzqyxnnwy</title>
<updated>2025-09-25T14:55:36Z</updated>
<author>
<name>Mo Bitar</name>
<email>76752051+mo8it@users.noreply.github.com</email>
</author>
<published>2025-09-25T14:55:36Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=f80fbca12e47014a314e5e931678529c28cd9fd8'/>
<id>urn:sha1:f80fbca12e47014a314e5e931678529c28cd9fd8</id>
<content type='text'>
Remove use of `map` in early vecs2 exercise</content>
</entry>
<entry>
<title>Remove use of `map` in early vecs2 exercise</title>
<updated>2025-09-24T19:19:40Z</updated>
<author>
<name>Remo Senekowitsch</name>
<email>remo@buenzli.dev</email>
</author>
<published>2025-09-24T18:56:58Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=d8f4b06c91c54bccf934b84560641da3a7f202a8'/>
<id>urn:sha1:d8f4b06c91c54bccf934b84560641da3a7f202a8</id>
<content type='text'>
Students do not have the necessary knowledge at this point to understand
what's happening with the iterator combinators. This topic is covered
well by the dedicated exercises about iterators later.

closes #2102
</content>
</entry>
<entry>
<title>Merge pull request #2291 from senekor/senekor/llttzkqnommp</title>
<updated>2025-09-23T14:18:05Z</updated>
<author>
<name>Mo Bitar</name>
<email>76752051+mo8it@users.noreply.github.com</email>
</author>
<published>2025-09-23T14:18:05Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=19553133627bf3d645d8ebfd7fffa0e922073f83'/>
<id>urn:sha1:19553133627bf3d645d8ebfd7fffa0e922073f83</id>
<content type='text'>
Fix workspace detection with windows line endings</content>
</entry>
<entry>
<title>Fix workspace detection with windows line endings</title>
<updated>2025-09-23T13:29:26Z</updated>
<author>
<name>Remo Senekowitsch</name>
<email>remo@buenzli.dev</email>
</author>
<published>2025-09-23T13:26:06Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=95a597eb8236c5ab180ac38284a655533f83e715'/>
<id>urn:sha1:95a597eb8236c5ab180ac38284a655533f83e715</id>
<content type='text'>
Some cargo workspaces may contain windows line endings. Even if the
file is stored in a repo with unix line endings, users may have some
setting activated that automatically translates them to windows line
endings when working locally.
</content>
</entry>
<entry>
<title>chore: Release</title>
<updated>2025-08-21T22:05:12Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2025-08-21T22:05:12Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=2af9e89ba536fad01aa828b06e0ac2174bad0f6d'/>
<id>urn:sha1:2af9e89ba536fad01aa828b06e0ac2174bad0f6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply Clippy lints</title>
<updated>2025-08-21T22:01:23Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2025-08-21T22:01:03Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=6ec2e194ae606ae4409a626ea0ac025229f6f4b1'/>
<id>urn:sha1:6ec2e194ae606ae4409a626ea0ac025229f6f4b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Raise MSRV</title>
<updated>2025-08-21T21:55:58Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2025-08-21T21:55:47Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=295ad2e4bd41147bf10028800a82247c2c0048a4'/>
<id>urn:sha1:295ad2e4bd41147bf10028800a82247c2c0048a4</id>
<content type='text'>
</content>
</entry>
</feed>
