Example on error handling and checking error types

This commit is contained in:
laurens 2020-06-21 17:47:35 +02:00
parent 3abff3cb7a
commit f637759454
2 changed files with 80 additions and 0 deletions

9
errors/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "errors"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]