"> want it to be able to be..." <- > <@dirbaio:matrix.org> > want it to be able to be used on std, what's the recommended ways to handle it? > > use `embedded-io-async`, require the user to use an adapter from `embedded-io-adapters` to convert from `std::io` to `embedded-io`. (Or offer a wrapper yourself that does it, but it might be annoying because you then have to wrap everything) do you have an example of this ? I'm looking at the adapter crate but I'm not really understanding everything