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

Use the byteorder crate for Endianness handling #148

Merged
merged 2 commits into from Jun 17, 2020
Merged

Conversation

Plecra
Copy link
Member

@Plecra Plecra commented Jun 16, 2020

It's stable, and has 1713 (wow) direct reverse dependencies. Chances are, it's already part of users' dependency tree.

@Plecra Plecra requested a review from rylev June 16, 2020 18:03
Copy link
Collaborator

@rylev rylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just one nitpick.

Cargo.toml Outdated
@@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
flate2 = { version = "1.0", default-features = false, optional = true }
time = { version = "0.1", optional = true }
podio = "0.1"
byteorder = "1.3.4"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not: we are using “x.x” for dependencies. Any reason to use specifically version 1.3.4 instead of 1.3?

@rylev rylev merged commit 3756142 into master Jun 17, 2020
@rylev rylev deleted the byteorder-port branch June 17, 2020 16:35
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

2 participants