logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: byteorder

https://lib.rs/crates/byteorder/

Add the last reviewed version to Cargo.toml / [dependencies]:

byteorder = "1.4.3"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
5
9
3
4
1
1
1
2
2
crate version
rating
date
reviewer
thoroughness, understanding
byteorder 1.4.3
positive
2021-11-29
none, none

byteorder is a basic crate for encoding and decoding numbers in either big-endian or little-endian order.

I trust the authors. I didn't review the source code.
Published to crates.io by:: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

byteorder 1.4.2
positive
2021-11-29
none, none

byteorder is a basic crate for encoding and decoding numbers in either big-endian or little-endian order.

I trust the authors. I didn't review the source code.
Published to crates.io by:: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

byteorder 1.3.4
positive
2020-02-27
medium, medium

Provides methods for encoding and decoding numbers in big-endian and
little-endian order.

This is a widely used, very well tested, high quality crate.

There are two kinds of unsafe blocks:

(1) Integer/IEEE754 floating point casting. After bumping MSRV to 1.20.0
some of these can be avoided by using {f32,f64}::from_bits() from the
standard library.

(2) Slice casting (via pointers). It seems to assume that for example u32,
i32 and f32 have compatible alignment, which is probably valid. Maybe this
should be noted in a comment.

byteorder 1.3.4
positive
2021-11-29
none, none

byteorder is a basic crate for encoding and decoding numbers in either big-endian or little-endian order.

I trust the authors. I didn't review the source code.
Published to crates.io by:: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

byteorder 1.3.2
positive
2021-11-29
none, none

byteorder is a basic crate for encoding and decoding numbers in either big-endian or little-endian order.

I trust the authors. I didn't review the source code.
Published to crates.io by:: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

byteorder 1.3.1
positive
2021-11-29
none, none

byteorder is a basic crate for encoding and decoding numbers in either big-endian or little-endian order.

I trust the authors. I didn't review the source code.
Published to crates.io by:: BurntSushi
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

byteorder 0.5.3
positive
2022-12-16
medium, medium
byteorder 0.5.3
positive
2022-12-16
medium, medium

I spent about half an hour looking over this small crate, LGTM.

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/