<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/exercises/11_hashmaps/hashmaps3.rs, 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>Add required type annotation</title>
<updated>2024-10-17T12:49:07Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2024-10-17T12:48:56Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=0e090ae11244ee8e0cdb50501b34c36a7112fd0c'/>
<id>urn:sha1:0e090ae11244ee8e0cdb50501b34c36a7112fd0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: update struct name in hashmap3</title>
<updated>2024-08-01T00:47:50Z</updated>
<author>
<name>Yudai Kawabuchi</name>
<email>yudaikawabuchi@gmail.com</email>
</author>
<published>2024-08-01T00:47:50Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=dacdce1ea245523bf7bf380f91bff76e7f867315'/>
<id>urn:sha1:dacdce1ea245523bf7bf380f91bff76e7f867315</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hashmaps3 solution</title>
<updated>2024-06-25T23:52:33Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2024-06-25T23:52:33Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=f1bd4447924e797e8fb0012f6bc47a507438f3f5'/>
<id>urn:sha1:f1bd4447924e797e8fb0012f6bc47a507438f3f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up and unify exercises</title>
<updated>2024-04-17T21:34:27Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2024-04-17T21:34:27Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=2f810a4da67233716ad93e00afff6e8b260f4807'/>
<id>urn:sha1:2f810a4da67233716ad93e00afff6e8b260f4807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require a main function in all exercises</title>
<updated>2024-04-17T20:46:21Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2024-04-17T20:46:21Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=cb9f1ac9ce3c834b0cca964b6809b74508f80b54'/>
<id>urn:sha1:cb9f1ac9ce3c834b0cca964b6809b74508f80b54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "I AM NOT DONE" and the verify mode and add AppState</title>
<updated>2024-04-11T00:51:02Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2024-04-11T00:51:02Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=fa1f239a702eb2c0b7e0115e986481156961bbc8'/>
<id>urn:sha1:fa1f239a702eb2c0b7e0115e986481156961bbc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update hashmaps3.rs description for clarity</title>
<updated>2024-03-04T15:38:09Z</updated>
<author>
<name>Evan Miller</name>
<email>evanmiller2112@gmail.com</email>
</author>
<published>2024-03-04T15:38:09Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=19b5e24d5caf551aef5fd749ed7437d3044bf6ce'/>
<id>urn:sha1:19b5e24d5caf551aef5fd749ed7437d3044bf6ce</id>
<content type='text'>
I struggled with this exercise and didn't understand that it was looking for a summary of goals scored/conceded per team, instead of per match.

My goal here is just to clarify the language, essentially saying "the total number of goals the team scored" to indicate that we are looking for a sum.

Updated the exercise description to clarify this point.

Relates loosely to closed issue https://github.com/rust-lang/rustlings/issues/1361</content>
</entry>
<entry>
<title>Correct for more standard English</title>
<updated>2024-01-09T16:17:03Z</updated>
<author>
<name>Sergei Gerasenko</name>
<email>sgerasenko@conversantmedia.com</email>
</author>
<published>2024-01-09T16:16:51Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=93aef73eb54759ad7491306e69946de1975012bd'/>
<id>urn:sha1:93aef73eb54759ad7491306e69946de1975012bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Exercises Directory Names to Reflect Order</title>
<updated>2023-10-16T11:37:12Z</updated>
<author>
<name>Adam Brewer</name>
<email>adamhb321@gmail.com</email>
</author>
<published>2023-10-16T11:37:12Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=64d95837e9813541cf5b357de13865ce687ae98d'/>
<id>urn:sha1:64d95837e9813541cf5b357de13865ce687ae98d</id>
<content type='text'>
</content>
</entry>
</feed>
