You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 orfutures
ortokio
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.
The text was updated successfully, but these errors were encountered: