From 8f4f65ee6f4ebdd6826cdf5aa8ff0a7db4316972 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 29 Aug 2022 17:50:27 -0500 Subject: [PATCH] Clarify that the windows-sys crate offers no_std support (#1992) --- docs/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 8c8da9e77c..c9f3b88313 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -7,6 +7,7 @@ | Reason | `windows` | `windows-sys`| | --- | --- | --- | | Fast compile times are one of your top concerns | | ✅ | +| You need `no_std` support | | ✅ | | You need COM or WinRT support | ✅ | | | You would prefer to use APIs that feel idiomatic to Rust | ✅ | |