forgot the 100daystooffload tag

This commit is contained in:
Kaan Barmore-Genç 2022-04-13 21:58:32 -04:00
parent 2b837a207d
commit 59e935ce75
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ tags:
- rust
---
> This post is day 12 of me taking part in the
> [#100DaysToOffload](https://100daystooffload.com/) challenge.
Rust uses a pretty interesting way to deal with errors. Languages like Python
and JavaScript allow you to throw errors completely unchecked. C does error
handling through the `errno` which is also completely unchecked and not enforced