Tim Weis

Results 6 issues of Tim Weis

Resolves #915. This is a backwards compatible change. All identifiers and associated values have been copy-pasted from the respective Windows SDK header file.

waiting on review

Resolves #930. This is a backwards compatible change. All identifiers and associated values have been copy-pasted from the respective Windows SDK header file.

waiting on review

### Suggestion The `Read`/`Write`/`Seek` [traits](https://doc.rust-lang.org/std/io/index.html#traits) in `std::io` form a battle-tested\[*citation needed*\] abstraction over (de-)serializing implementations, that roughly map to these COM interfaces: * [`IStream`](https://learn.microsoft.com/en-us/windows/win32/api/objidl/nn-objidl-istream): `Read`/`Write`/`Seek` * [`ISequentialStream`](https://learn.microsoft.com/en-us/windows/win32/api/objidl/nn-objidl-isequentialstream): `Read`/`Write` It would...

enhancement

This crate is awesome! I've tried virtually every native Windows windowing crate out there, and wasn't happy with any of them, for one reason or another. This one, though, is...

The Cargo custom command and the corresponding build script it generates are interdependent. With the command allowing to be updated (`cargo install cargo-uwp`), there needs to be some way to...

enhancement

The build system is somewhat involved, consisting of both a binary (*cargo-uwp.exe*) as well as a generated build script. Both parts are interdependent, making it hard for users to make...

documentation