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

Remove byteorder dependency #334

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

Conversation

psychon
Copy link

@psychon psychon commented Aug 18, 2023

I feel like the byteorder crate does not do much useful here and can easily be removed. This is what this PR does.

I feel like using the methods from core for this byte order conversion
makes the code simpler than doing the same with the byteorder crate.

Signed-off-by: Uli Schlachter <psychon@znc.in>
The byteorder crate does not do much magic and for what is done here, it
might be simpler to instead use the relevant methods from the standard
library.

Signed-off-by: Uli Schlachter <psychon@znc.in>
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