rustlings/exercises/error_handling
Zerotask 1120db57a6
docs(errors): add additional help for Result/Boxing
add additional help information provided by the rust by example book
2021-04-22 21:32:29 +02:00
..
README.md docs(errors): add additional help for Result/Boxing 2021-04-22 21:32:29 +02:00
errors1.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
errors2.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
errors3.rs Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
errorsn.rs fix(errorsn): Try harder to confine the user. (#388) 2020-05-06 21:12:15 +02:00
result1.rs Address feedback 2019-11-11 17:47:45 +01:00

README.md

For this exercise check out the sections:

of the Rust Book.

or alternatively, check out the sections:

of the Rust By Example Book.