We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no_std
typenum
1 parent 2009e8b commit 199a746Copy full SHA for 199a746
README.md
@@ -9,10 +9,14 @@ Requires Rust 1.66+.
9
10
## `no_std` compatibility
11
12
-Downstream users of this crate must enable the `spin_no_std` feature of the
13
-`lazy_static` crate in order to take advantage of `no_std` builds; this is due
14
-to the fact that `--no-default-features` builds of `lazy_static` still rely on
15
-`std`.
+In order to take advantage of `no_std` builds, downstream users of this crate
+must enable:
+
+* the `spin_no_std` feature of the `lazy_static` crate; and
16
+* the `no-std` (note spelling) feature of the `typenum` crate.
17
18
+This is needed because the `--no-default-features` builds of these crates still
19
+rely on `std`.
20
21
## License
22
0 commit comments