-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rustlatin_new #175
base: training_material_wip
Are you sure you want to change the base?
Rustlatin_new #175
Conversation
== Specification | ||
* create a Rust library | ||
* split a `&str` at specified `char` | ||
* get single `char` out of a `&str` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: get a
* single
* to concatenate `&str` | ||
* return the content of a `Vec<String>` as `String`. | ||
|
||
== Prerequisists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prerequisites*
|
||
You must be able to | ||
* define variables as mutable | ||
* use for loop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use a* for loop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the new version of this. I will try and run the code tomorrow locally to verify everything.
I might as for a few emoji's and todo!()
s to be peppered in, but no other major revisions.
No description provided.