iAziz786 / is_available

A Rust CLI tool to check whether a crate is available or taken

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸ‘

About

A Rust CLI tool to check whether a crate is available or taken

License:MIT License


Languages

Language:Rust 100.0%