2018-11-27 10:54:01 +01:00
|
|
|
For this exercise check out the sections:
|
2020-08-27 19:51:19 +02:00
|
|
|
- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
|
|
|
|
|
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
|
2018-11-26 16:43:42 +01:00
|
|
|
|
2019-04-08 22:02:04 +02:00
|
|
|
of the Rust Book.
|