rustlings
rustlings copied to clipboard
Suggestion: ok_or + and_then exercises
The 'ok_or' (and ok_or_else) and 'and_then' parts of Option are a bit Rust specific and a little unusual; it might be good to have an exercise around them.
I am open to a pull request :)