Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IoSlice and IoSliceMut #10

Open
sunfishcode opened this issue Sep 15, 2021 · 1 comment
Open

IoSlice and IoSliceMut #10

sunfishcode opened this issue Sep 15, 2021 · 1 comment

Comments

@sunfishcode
Copy link

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.

@bbqsrc
Copy link
Contributor

bbqsrc commented Sep 15, 2021

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. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants