Max Ammann
Max Ammann
Right now HTTP caching is only functional on desktop. We disabled it because the paths where the cache should be located is platform dependent. The path of the cache is...
Every job downloads and installs the Rust Toolchain currently. This should be cached.
During the apple job in the CI we execute `xcodebuild` multiple times. In each invocation we run a `cargo build` which takes a few minutes. After all archives have been...
Right now we install all targets specified in `rust-toolchain.toml` in every CI job. That means we also install the android targets in apple jobs and vice versa. This is unnecessary....
The Deno JavaScript runtime allows to run WebGPU and WebAssembly in a headless mode. This means we could use Deno to create PNG raster image from vector data in a...
See https://github.com/rust-windowing/winit/issues/2262
Add those projects and a small description about them * https://github.com/frewsxcv/rgis * https://github.com/Yatekii/sailor * https://github.com/codeart1st/wgpu-layers * https://github.com/maplibre/maplibre-rs/discussions/18#discussioncomment-2620465 * Private Project
I haven't tested the coverage generation with the new documentation yet. I'll experiment with it soonish.
https://github.com/tlspuffin/tlspuffin/blob/82e7e1a3bfc3193daa8bed39e606a5556c3b8e55/tlspuffin/src/tls/key_schedule.rs#L118
Some function symbols have only been added because they were present in rustls. Its unclear how to use them.