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

Removed IO abstraction #30

Merged
merged 6 commits into from
Aug 27, 2024
Merged

Removed IO abstraction #30

merged 6 commits into from
Aug 27, 2024

Conversation

eivindbergem
Copy link
Contributor

The IO struct is an unnecessary level of abstraction.

- No need go overboard with feature flags
@eivindbergem eivindbergem force-pushed the removed-io-abstraction branch 2 times, most recently from cffa08f to d345bf5 Compare August 27, 2024 06:37
- No need for wrapper struct, just take traits directly
- Removed `async-std` dependency for tokio example. Tokio has
  IO abstractions.
@eivindbergem eivindbergem merged commit 45a7358 into master Aug 27, 2024
6 checks passed
@eivindbergem eivindbergem deleted the removed-io-abstraction branch August 27, 2024 06:51
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.

1 participant