kickables 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.
Download the binary from the releases page and place it in your path, or if you have cargo installed. ```shell $ cargo install kickable@latest ```````
```rust use kickable;
fn main() { let kickable = kickable::validate("it"); println!("Can I kick it? {kickable}"); } ```
bash
$ cargo install "kickable@latest"
shell
$ kickable "it"
Hector Gray (Twitter: @defstream)
Pull Requests welcome. Please make sure all tests pass 😀
MIT