core2 icon indicating copy to clipboard operation
core2 copied to clipboard

IoSlice and IoSliceMut

Open sunfishcode opened this issue 4 years ago • 1 comments

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 and IoSliceMut, though for my project, I was able to just disable vectored I/O in no_std builds.

sunfishcode avatar Sep 15 '21 14:09 sunfishcode

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. :smile:

bbqsrc avatar Sep 15 '21 15:09 bbqsrc