This commit is contained in:
2026-03-21 15:16:40 -04:00
commit ebe1836513
8 changed files with 2628 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Playground - Exn
Context aware errors.
https://github.com/fast/exn
https://fast.github.io/blog/stop-forwarding-errors-start-designing-them/
example output:
```
the program died, at src/main.rs:35:34
|
|-> failed to create file: res/foo.txt, at src/main.rs:79:43
|
|-> Permission denied (os error 13), at src/main.rs:79:43
```