Crates.io | is_available |
lib.rs | is_available |
version | 0.1.0 |
source | src |
created_at | 2021-11-17 17:45:17.320246 |
updated_at | 2021-11-17 17:45:17.320246 |
description | A CLI tool to check a rust crate is available or not. |
homepage | |
repository | https://github.com/iAziz786/is_available |
max_upload_size | |
id | 483510 |
size | 29,483 |
A CLI tool to check a rust crate is available or not.
cargo run rand
# Output: taken 👎
cargo run some_crate_which_is_unavailable
# Output: available 👍