<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/exercises/structs/structs3.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>2023-10-16T11:37:12Z</updated>
<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>
<entry>
<title>Use u32 instead of i32</title>
<updated>2023-08-28T22:52:11Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2023-08-28T22:52:11Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=9c0581bc0faea12b790e0fa0cafe8d08a5ed028e'/>
<id>urn:sha1:9c0581bc0faea12b790e0fa0cafe8d08a5ed028e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: cleanup the explanation paragraphs at the start of each exercise.</title>
<updated>2023-05-29T17:41:51Z</updated>
<author>
<name>Robert Fry</name>
<email>inbox@robertfry.xyz</email>
</author>
<published>2023-05-29T17:39:08Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=7eef5d15eef780f93e22b1b4e0185f7708219ea0'/>
<id>urn:sha1:7eef5d15eef780f93e22b1b4e0185f7708219ea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added spaces around *</title>
<updated>2022-10-04T09:43:23Z</updated>
<author>
<name>Duchoud Nicolas</name>
<email>34117620+duchonic@users.noreply.github.com</email>
</author>
<published>2022-10-04T09:43:23Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=76392d81fa2689d22ccf8dc0cf774e8d345cb80d'/>
<id>urn:sha1:76392d81fa2689d22ccf8dc0cf774e8d345cb80d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>additional test for fees</title>
<updated>2022-10-04T09:36:18Z</updated>
<author>
<name>Duchoud Nicolas</name>
<email>34117620+duchonic@users.noreply.github.com</email>
</author>
<published>2022-10-04T09:36:18Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4749768734fd14e38eea555034f3586c11280933'/>
<id>urn:sha1:4749768734fd14e38eea555034f3586c11280933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(structs): add hint comments</title>
<updated>2022-07-14T10:04:54Z</updated>
<author>
<name>mokou</name>
<email>mokou@fastmail.com</email>
</author>
<published>2022-07-14T10:04:54Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=886d599c96ad0725cee05c50cf4ea9718fc02746'/>
<id>urn:sha1:886d599c96ad0725cee05c50cf4ea9718fc02746</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(structs3): Add panic! statement into structs3</title>
<updated>2022-07-14T10:04:30Z</updated>
<author>
<name>camperdue42</name>
<email>camperdue42@gmail.com</email>
</author>
<published>2021-12-31T06:05:34Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4531c21bf1b54ff5fa8cc796584043b826cf78e8'/>
<id>urn:sha1:4531c21bf1b54ff5fa8cc796584043b826cf78e8</id>
<content type='text'>
closes #685
</content>
</entry>
<entry>
<title>fix(structs3): Add a hint for panic (#608)</title>
<updated>2022-02-04T14:12:02Z</updated>
<author>
<name>Yang Wen</name>
<email>kevin.wenyang@gmail.com</email>
</author>
<published>2022-02-04T14:12:02Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4f7ff5d9c7b2d8b045194c1a9469d37e30257c4a'/>
<id>urn:sha1:4f7ff5d9c7b2d8b045194c1a9469d37e30257c4a</id>
<content type='text'>
as a totally newbie to Rust, I don't know panic statement from https://doc.rust-lang.org/book/ and rustlings in the beginning. After a hard searching of [should_panic], then I figure out panic statement. 

So it's helpful to tell the learner that write a panic statement here.</content>
</entry>
<entry>
<title>fix(structs3.rs): assigned value to cents_per_gram in test</title>
<updated>2021-10-30T22:55:58Z</updated>
<author>
<name>Michael Walsh</name>
<email>48160144+MpdWalsh@users.noreply.github.com</email>
</author>
<published>2021-10-30T22:55:58Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=d1ee2daf14f19105e6db3f9c610f44293d688532'/>
<id>urn:sha1:d1ee2daf14f19105e6db3f9c610f44293d688532</id>
<content type='text'>
Intended to simplify the lesson by removing the need to figure out what the value is meant to be based on the tests.

Previous commits (https://github.com/rust-lang/rustlings/commit/9ca08b8f2b09366e97896a4a8cf9ff3bb4d54380 and https://github.com/rust-lang/rustlings/commit/114b54cbdb977234b39e5f180d937c14c78bb8b2#diff-ce1c232ff0ddaff909351bb84cb5bff423b5b9e04f21fd4db7ffe443e598e174) removed the mathematical complexity, and I feel this addition is a needed change to further streamline the exercise.
</content>
</entry>
<entry>
<title>fix(structs3): remove redundant 'return' (#852)</title>
<updated>2021-09-27T08:03:28Z</updated>
<author>
<name>Zhenghao Lu</name>
<email>54395432+EmisonLu@users.noreply.github.com</email>
</author>
<published>2021-09-27T08:03:28Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=bf33829da240375d086f96267fc2e02fa6b07001'/>
<id>urn:sha1:bf33829da240375d086f96267fc2e02fa6b07001</id>
<content type='text'>
</content>
</entry>
</feed>
