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

refactor, add BufRead and more Read/Write methods #2

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

dataphract
Copy link
Owner

  • Move core I/O traits and implementations to io_core
  • Move alloc-dependent implementations to io_alloc
  • When std is available, re-export its items directly
  • Implement IoSlice (currently unix-only)

- Move core I/O traits and implementations to io_core
- Move alloc-dependent implementations to io_alloc
- When std is available, re-export its items directly
- Implement IoSlice (currently unix-only)
@dataphract dataphract merged commit 5c3df93 into main Jan 3, 2022
@dataphract dataphract deleted the feat/bufread-ioslice branch January 10, 2022 19:49
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

Successfully merging this pull request may close these issues.

None yet

1 participant