mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 05:09:19 +00:00
6 lines
452 B
Markdown
6 lines
452 B
Markdown
In this assignment, you will practice writing code relating to struct and ownership. Follow the code comments.
|
|
- Ensure you are not missing any shorthands possible we have discussed.
|
|
- Define methods means you call that using a `instance.fn()` approach.
|
|
- You can have regular functions to iterate over the vector and sorting (ascending or descending) reason.
|
|
- Make sure you follow best practices.
|
|
- Minimize number of warnings, if possible to zero. |