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

form_urlencoded = "1.0.1"

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
2
2
crate version
rating
date
reviewer
thoroughness, understanding
form_urlencoded 1.0.1
positive
2021-05-01
medium, low

The crate encodes and decodes parameters of web forms.

I verified that the decoding algorithm matches the spec. The encoding is more
involved, so I didn't verify that. Notably, the crate has no tests, so I only
trust to it be correct because it's written by the Servo team.

There are two uses of unsafe, for performance (avoiding UTF-8 checks). Both
have comments explaining why they're okay, and they sound convincing enough.

form_urlencoded 1.0.1
positive
2021-05-01
medium, low

The crate encodes and decodes parameters of web forms.

I verified that the decoding algorithm matches the spec. The encoding is more
involved, so I didn't verify that. Notably, the crate has no tests, so I only
trust to it be correct because it's written by the Servo team.

There are two uses of unsafe, for performance (avoiding UTF-8 checks). Both
have comments explaining why they're okay, and they sound convincing enough.

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

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