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
It was hard and I didn't feel like putting in the work since I don't know the real world use cases. If someone wants to patch it in, they may be my guest. 😄
Thanks for core2! I was able to port a
std::io
-using codebase to it very easily.The one thing I needed that was missing was
IoSlice
andIoSliceMut
, though for my project, I was able to just disable vectored I/O inno_std
builds.The text was updated successfully, but these errors were encountered: