logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: tap

https://lib.rs/crates/tap/

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

tap = "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
4
4
2
2
2
2
crate version
rating
date
reviewer
thoroughness, understanding
tap 1.0.1
positive
2021-03-24
medium, medium

Delta since 1.0.0 only shows rustdoc improvements: module documentation is
hoisted into the root of the crate.

My review of 1.0.0 stands.

tap 1.0.1
positive
2021-03-24
medium, medium

Delta since 1.0.0 only shows rustdoc improvements: module documentation is
hoisted into the root of the crate.

My review of 1.0.0 stands.

tap 1.0.0
positive
2021-03-11
medium, medium

This crate provides three pieces of plumbing that makes it easier to chain
functions:

  1. "taps", which pass the borrowed value into a function and then return it
    (think logging);
  2. "pipes", which are basically a universal map();
  3. "conv", which is like into() but lets you specify the target type, so
    you can put it in the middle of a call-chain.

A lot of pretty boring code. It looks all right to me, but I got too lazy to
check why functions usually require sized types; that's why I cap my
"thoroughness" and "understanding" at "medium", and rating at "positive".

tap 1.0.0
positive
2021-03-11
medium, medium

This crate provides three pieces of plumbing that makes it easier to chain
functions:

  1. "taps", which pass the borrowed value into a function and then return it
    (think logging);
  2. "pipes", which are basically a universal map();
  3. "conv", which is like into() but lets you specify the target type, so
    you can put it in the middle of a call-chain.

A lot of pretty boring code. It looks all right to me, but I got too lazy to
check why functions usually require sized types; that's why I cap my
"thoroughness" and "understanding" at "medium", and rating at "positive".

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

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