[![crate status](https://img.shields.io/crates/v/kickable.svg)](https://crates.io/crates/kickable) [![branch status](https://github.com/defstream/kickable-rs/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/defstream/kickable-rs/actions/workflows/main.yml) [![ci status](https://dl.circleci.com/status-badge/img/gh/defstream/kickable-rs/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/defstream/kickable-rs/tree/main) [![travis status](https://app.travis-ci.com/defstream/kickable-rs.svg?branch=main)](https://app.travis-ci.com/defstream/kickable-rs) [![coveralls status](https://coveralls.io/repos/github/defstream/kickable-rs/badge.svg?branch=main)](https://coveralls.io/github/defstream/kickable-rs?branch=main) [![codecov status](https://codecov.io/gh/defstream/kickable-rs/branch/main/graph/badge.svg?token=JHAZGUBEC8)](https://codecov.io/gh/defstream/kickable-rs) [![docs status](https://readthedocs.org/projects/kickable-rs/badge/?version=latest)](https://readthedocs.org/projects/kickable-rs) ![GitHub Sponsors](https://img.shields.io/github/sponsors/defstream) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7146/badge)](https://bestpractices.coreinfrastructure.org/projects/7146) # kickable **kickable** is a crate created to answer the age old question... "_Can I Kick It?_" _This package is for showcase purposes only._ **What is a kickable?** Currently only the word "it" is kickable. ## Library ### Install Use the kickable library in your project by adding it to your Cargo.toml file. ```shell $ cargo add kickable ``` ### Usage ```rust use kickable; fn main() { let kickable = kickable::validate("it"); println!("Can you kick it? {kickable}"); } ``` ## CLI ### Install Download the binary from the releases page and place it in your path, or if you have cargo installed. ```bash $ cargo install kickable ``` ### Usage Obtain help about the kickable cli. ```shell $ kickable --help kickable is a crate created to answer the age old question... Can I kick it? Usage: kickable [OPTIONS]