embedded-hal icon indicating copy to clipboard operation
embedded-hal copied to clipboard

[Feature Request] Provide `Cursor` Implementation in `embedded-io`

Open overcat opened this issue 1 year ago • 3 comments

Description

I've encountered a need for Cursor while using embedded-io. The current codebase doesn't seem to provide this feature, so I implemented it myself. However, I'm unsure if adding a Cursor to this repository aligns with the project's goals.

Motivation

A Cursor can be useful for navigating through data streams or buffers, and it might benefit other users. I wanted to check if this feature would be a good fit for embedded-io.

Proposal

If this is something you'd consider adding, I can submit a pull request with the implementation. Looking forward to your thoughts!

overcat avatar Sep 18 '24 11:09 overcat

This looks like a reasonable addition to me.

Conaclos avatar Aug 26 '25 21:08 Conaclos

+1 on this request

fpagliughi avatar Sep 16 '25 01:09 fpagliughi

If this is something you'd consider adding, I can submit a pull request with the implementation.

Ping?

zeenix avatar Nov 24 '25 18:11 zeenix