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

Modernize #1

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

Modernize #1

wants to merge 7 commits into from

Conversation

ysimonson
Copy link

@ysimonson ysimonson commented Aug 13, 2023

  • Update to 2021 edition
  • Update dependency versions, and make them non-strict per guidelines for libs
  • Get rid of endianness config, since bincode will consistently default to little
  • Rename new() in builders to build() to be consistent with other builders and prevent clippy warnings
  • Replace dangerous write() with write_all()
  • Run cargo clippy/fmt

@ysimonson ysimonson marked this pull request as draft August 13, 2023 14:34
@ysimonson ysimonson marked this pull request as ready for review August 13, 2023 14:44
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