Dylan Ede
Dylan Ede
At the moment, I believe it is unclear how to best integrate futures and asynchronous execution in an application with a winit event loop. Ideally, I would imagine that futures/streams...
So that opaque types can be stored on the stack and inside other types without pointers, it would be great if they could be represented as something like the following:...
This upgrades the commit of Vulkan Memory Allocator referred to by this project, and performs simple adjustments to the Rust source to be compatible with this new version (including regenerating...
What would it take to produce versions of the functions for single precision floating point? Presumably in most cases it means truncating the series and thus the tables of coefficients...
I have previously successfully used skia-safe in conjunction with ash and vk-mem-rs to build a Vulkan-based 3D application with an overlay rendered with Skia. This was with version 0.47.0 of...
As per the title. The only occurrence of `async_stream_block` I can find in the source is in its definition.
I'd like to use the clippy.bashy.io service from a GitHub pages site, so enabling access to logs from pages from domains other than clippy.bashy.io would be great.
Since the `[build-dependencies]` section of the Cargo manifest is not checked (only `[dependencies]` and `[dev-dependencies]`), it fails to find crates that are only specified there. A simple fix would be...
I've noticed that in your GDPT implementation, your path continuation by reusing half vectors from the base path doesn't appear to be done entirely correctly (at least as far as...
It appears at the moment that the intended way to use V-EZ as a dependency for a CMake project is to have it as a subdirectory and use `add_subdirectory` in...