Skip to content

Would smoltcp accept a PR that moves RingBuffer into a dedicated library? #1082

@ColinFinck

Description

@ColinFinck

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 always expects at least one networking feature to be enabled and can't be used with default-features = "false".

I also cannot use heapless::Deque, because I want to pass a mutable slice to the underlying buffer instead of creating a ring buffer type with a fixed size as part of its type parameters.

Would you accept a PR that moves RingBuffer into its own library?
Any preferences where the new RingBuffer crate should live?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions