Colin Finck
Colin Finck
I basically need `smoltcp`'s [`RingBuffer`](https://docs.rs/smoltcp/0.12.0/smoltcp/storage/struct.RingBuffer.html) in a dedicated library, because I want to use it in a non-networking context. You currently cannot use it without adding a dependency to `smoltcp`...
I need `smoltcp`'s `RingBuffer` for a non-networking project and would like to see it in a dedicated library. I don't want to include the `smoltcp` dependency for that, because it...
`embedded-io`, `rustls`, and all RustCrypto crates are under heavy development, with many breaking changes even compared to their latest released versions. Hence, I didn't stop half-way, but went for the...
As detailed in https://github.com/actions/runner/discussions/3642, recent Windows upgrades (like Windows 11 24H2) recreate the `Services` registry key and remove all manually installed services, such as the GitHub Actions Runner. This is...