FIx no_std.

This commit is contained in:
Stephen Chung
2020-07-19 09:10:22 +08:00
parent 3ae7cf4018
commit 2f33edb762
3 changed files with 10 additions and 4 deletions

View File

@@ -7,3 +7,9 @@ The feature [`no_std`] automatically converts the scripting engine into a `no-st
Usually, a `no-std` build goes hand-in-hand with [minimal builds] because typical embedded
hardware (the primary target for `no-std`) has limited storage.
Nightly Required
----------------
Currently, [`no_std`] requires the nightly compiler due to the crates that it uses.