-
It'd be great to have helper functions for callbacks with nicer signatures in the `windows` crate, just like "normal function" wrappers. For starters, when doing this to `Query` (or `QueryOptional`) c…
-
Hi MaikKlein.
I've tried to use cxx to build FFI wrappers, but I found this way is almost on the opposite way to bind ue apis to rust.
Then I tried another way, using clang ast-dump tool to find …
-
The current currently lacks any instructions for network operations, such as communication via a TCP or UDP socket. Support for such operations should be added, taking into account that sockets might …
-
-
I spent quite a while struggling to get sprites and `graphics.draw_text` to work together, finally figuring out that the sprite system clears the whole screen upon `updateAndDrawSprites` even if there…
-
Should `ash` treat these as separate entities **_if_** `vk.xml` properly uses `*Flags` or `*FlagBits` to distinguish variables where only a single flag is allowed (i.e. some API/function call) versus …
-
There is a lot of new development taking place in LVGL. Version 9 is going to have a lot of new changes and updates to it. There have been a lot of conversations happening for all the new development.…
-
I really love this tool. I loce it so much that I'd like to integrate it into some project. If I'm not mistaking, it's currently only a CLI tool (and a rust crate).
Sadly, most of my current projec…
-
If I have a `#[repr(transparent)]` wrapper around a `PhantomData`, it's considered an improper C type when used in a struct field, even though the wrapped `PhantomData` would be allowed. Specifically …
-
Calling String::into_datum() and &str::into_datum() seem to take a lot of time.
Running a trace in a profiler when selecting 300 million rows, String::into_datum() showed up as taking 25-30% of th…