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

replace transmute with to_le_bytes #42

Merged
merged 1 commit into from Nov 22, 2020
Merged

Conversation

kazcw
Copy link
Contributor

@kazcw kazcw commented Nov 20, 2020

u32::to_le_bytes is stable since 1.32.0; the minimum Rust version to
build this crate is already at least 1.34.0, so there's no reason not to
use the safe library implementation.

u32::to_le_bytes is stable since 1.32.0; the minimum Rust version to
build this crate is already at least 1.34.0, so there's no reason not to
use the safe library implementation.
@mrijkeboer mrijkeboer merged commit a075a8e into sru-systems:master Nov 22, 2020
@mrijkeboer
Copy link
Member

@kazcw Thanks for your pull request.

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