skaunov / 6991_ws05

Workshop, completed externally, for review.

Home Page:https://users.rust-lang.org/t/traits-workshop/97832

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is solution for workshop. I feel that I took a slightly different path from the one intended by the authors (other workshops was much more clear/straightforward to me except one other), so I'm asking to review my solution to this one.

solution and exercise text

Workshop offers 7 tasks, which were solved in 4 branches. The initial code provided as the workshop starter is in the first commit shared by all of them. This (master) branch contained solution to tasks ##1-4, at commit:5d97751aa75df7b06d25df04c42d0a457f529407. Now the branch represent the final task as I feel (possible wrongly) X) that I've got from the workshop all what it was inteded for. Solutions to tasks #5 to #7 are presented in their own respective branches: 5) https://github.com/skaunov/6991_ws05/tree/test_pulsar, 6) https://github.com/skaunov/6991_ws05/tree/test_distantoid, 7) https://github.com/skaunov/6991_ws05/tree/test_combination_task7.

For archiving and convinience reasons text of the workshop can be found at https://github.com/skaunov/6991_ws05/blob/master/README_exerciseText.md.

PS

AFAIU the only thing that shouldn't be publicly shared are solutions to the graded exercises/activities, which I keep access restricted. If I got anything wrong and this code shouldn't be public as well, pls approach me by any mean you like, and I'll remove it without hesitations. Tom received couple of my contacts (via macrokata/lifetimekata repos, https://discord.com/channels/1075940806004838470/1075940806004838475/1101303841531646092).

references

About

Workshop, completed externally, for review.

https://users.rust-lang.org/t/traits-workshop/97832


Languages

Language:Rust 75.6%Language:HTML 24.4%