Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow generic Read impl #1

Open
elpiel opened this issue May 18, 2024 · 0 comments
Open

Allow generic Read impl #1

elpiel opened this issue May 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@elpiel
Copy link
Member

elpiel commented May 18, 2024

Right now we have set only embedded_io Read impls to be used with the Sbus parsers.

It would be good to allow any generic R including std or futures or tokio based ones.

This doesn't mean we need to implement them but we could allow this as a future feature or we could find contributers willing to do the implementation.

They should all be feature gated.

@elpiel elpiel added the enhancement New feature or request label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant