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...