https://github.com/skaunov/6991_ws05
Workshop, completed externally, for review.
https://github.com/skaunov/6991_ws05
traits
Last synced: 5 months ago
JSON representation
Workshop, completed externally, for review.
- Host: GitHub
- URL: https://github.com/skaunov/6991_ws05
- Owner: skaunov
- Created: 2023-07-29T10:04:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T14:44:10.000Z (almost 3 years ago)
- Last Synced: 2024-01-29T10:31:57.006Z (over 2 years ago)
- Topics: traits
- Language: Rust
- Homepage: https://users.rust-lang.org/t/traits-workshop/97832
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/skaunov/6991_ws05/commit/ffb3cdee5b2f00bc1d96f2115346f817c857e991) shared by all of them. This (master) branch contained solution to tasks ##1-4, at . 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) ,
6) ,
7) .
For archiving and convinience reasons text of the workshop can be found at .
# 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, ).
# references
[workshop]: https://cgi.cse.unsw.edu.au/~cs6991/23T1/workshop/05/questions
[one other]: https://codereview.stackexchange.com/questions/285476/reading-typed-data-from-file-over-ffi-with-libc