is_available

Crates.iois_available
lib.rsis_available
version0.1.0
sourcesrc
created_at2021-11-17 17:45:17.320246
updated_at2021-11-17 17:45:17.320246
descriptionA CLI tool to check a rust crate is available or not.
homepage
repositoryhttps://github.com/iAziz786/is_available
max_upload_size
id483510
size29,483
Mohammad Aziz (iAziz786)

documentation

https://github.com/iAziz786/is_available

README

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 👍
Commit count: 3

cargo fmt