microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.23k stars 476 forks source link

'Features' not displayed #3011

Closed AlifianK closed 3 months ago

AlifianK commented 3 months ago

Summary

This might be a duplicate of #2913, the required features on https://microsoft.github.io/windows-docs-rs/doc/windows/ are not displayed at all.

For example, here https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/System/Threading/index.html image

I had to open windows-sys doc.rs link to find the required features image

Edit: Ah I see, I have to search through this https://microsoft.github.io/windows-rs/features/#/0.53.0. Is this behavior intentional?

Crate manifest

No response

Crate code

No response

riverar commented 3 months ago

Hey @AlifianK, this is intentional. Sorry for any confusion. See also: https://github.com/microsoft/windows-rs/pull/2830.

AlifianK commented 3 months ago

Oh that's alright, one suggestion though, you could probably add a little bit more explanation/wording here. Thanks! image