rust-embedded-community / embedded-nal

An Embedded Network Abstraction Layer
Apache License 2.0
177 stars 25 forks source link

Proposal: embedded-nal-async #65

Closed lulf closed 2 years ago

lulf commented 2 years ago

I'd like to propose following a similar path to embedded-hal-async and add an embedded-nal-async crate within this repo. I have been maintaining some async traits for TCP^1 and DNS^2 that I feel would be a good fit for this crate (assuming some adjustments to fit the existing embedded-nal conventions). I'm available to take on that effort.

ryan-summers commented 2 years ago

I see no reason not to support that here :) It indeed matches the approach of embedded-hal-async.

MathiasKoch commented 2 years ago

I think that makes great sense! :+1: