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

Add async support #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

theCapypara
Copy link

@theCapypara theCapypara commented Jun 23, 2023

Closes #1.

This adds optional and on-by-default async support via maybe-async.

Additionally:

  • it bumps the edition to 2021 (and fixes incompatibilies)
  • it applies current Clippy lints and cargo fmt
  • it bumps byteorder to 1.4
  • it versions the Cargo.lock
  • converts the example into a proper Cargo example and includes async and sync examples.

#2 should probably also be merged.

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.

Use Futures / Asynchronous I/O
1 participant