summaryrefslogtreecommitdiff
path: root/README.md
blob: 23e66ec153f7616d4a1346a3b55ffdcac5121b87 (plain)
# Exun

Keep unexpected errors, and handle them later.

* `Expect` is an error type. It'll hold on to your unexpected error if you have
one, so you can figure out what to do with it later.
* This crate works in `no-std`.