From f5bb265af6f69c43fb245f40da1c0af31a2c7113 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 22 Oct 2022 14:09:49 -0400 Subject: Added a note about being no-std --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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`. -- cgit v1.2.3