windows-rs icon indicating copy to clipboard operation
windows-rs copied to clipboard

Rust for Windows

Results 104 windows-rs issues
Sort by recently updated
recently updated
newest added

### Summary * Filtering by namespace doesn't equate to filtering by type if that is something complex like a WinRT class. * Flattening a namespace does more than just remove...

bug

### Summary We don't have a failure test for this scenario so this slipped in at some point. ### Crate manifest ```toml [build-dependencies.windows-bindgen] version = "0.58" ``` ### Crate code...

bug

A number of conversion types and traits have been developed to solve different problems. Some like `Param` are used by `windows-bindgen` while others are more suitable for hand-authored APIs. It's...

enhancement

Updates the web deployment workflow to use GitHub Pages via the gh-pages branch. Also introduces a root-level build script to standardize build operations moving forward.

Ejects this web app from Create React App framework to gain direct control over the build configuration. Removes ~50% of the app's unnecessary dependencies and simplifies the webpack setup.

### Summary This issue was previously reported in [#2141](https://github.com/microsoft/windows-rs/issues/2141) and fixed in [#2178](https://github.com/microsoft/windows-rs/pull/2178), but it seems to have been reintroduced with the recent big update to windows-bindgen. ### Crate manifest...

question

### Suggestion Hi, It would be awesome if there was a way to open registry key with write access instead of only read access. There is some case where I...

enhancement

Previously, this was not supported due to technical difficulties but may be achievable now. https://github.com/microsoft/win32metadata/issues/1575

enhancement

Types like `IUnknown` and `HSTRING` can be generated as dependencies automatically but not directly as they lack metadata paths. This would avoid confusing usability issues where you can request `IDispatch`...

enhancement