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

Drop unnecessary byteorder dependency #603

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

psychon
Copy link
Contributor

@psychon psychon commented Aug 18, 2023

The byteorder dependency is only used to read u16 and i16 values in big endian from a slice of bytes. This can easily be done with just the standard library.

The byteorder dependency is only used to read u16 and i16 values in big
endian from a slice of bytes. This can easily be done with just the
standard library.

Signed-off-by: Uli Schlachter <psychon@znc.in>
@paupino
Copy link
Owner

paupino commented Aug 18, 2023

Awesome - Thank you for your contribution!

@paupino paupino merged commit a6d5caf into paupino:master Aug 18, 2023
@psychon psychon deleted the drop-byteorder branch August 19, 2023 06:58
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.

2 participants