Re: [PATCH] rust: add a ring buffer implementation

From: Alice Ryhl

Date: Wed Feb 18 2026 - 03:30:08 EST


On Tue, Feb 17, 2026 at 8:11 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
> * VecDeque? This kind of structure has always been a ring to me.

I suppose it's only a deque if you can push/pop from both ends.

Alice