summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 14:09:49 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 14:09:49 -0400
commitf5bb265af6f69c43fb245f40da1c0af31a2c7113 (patch)
treebe9daa075dab1c6192248d45250e9ac81d4764f0 /README.md
parent6a23c0c57a895b9b41e75f200c98fc454d6387bc (diff)
Added a note about being no-std
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff19d6f..23e66ec 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,4 @@ 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`.