#check #command-line-tool #cli #taken

app is_available

A CLI tool to check a rust crate is available or not

1 unstable release

0.1.0 Nov 17, 2021

#6 in #taken

Custom license

9KB

is_available

A CLI tool to check a rust crate is available or not.

For Unavailable Crate

cargo run rand

# Output: taken 👎

For Available Crate

cargo run some_crate_which_is_unavailable

# Output: available 👍

Dependencies

~7–19MB
~261K SLoC