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.
Download the binary from the releases page and place it in your path, or if you have cargo installed.
shell
$ cargo add kickable
```rust use kickable;
fn main() { let kickable = kickable::validate("it"); println!("Can you kick it? {kickable}"); } ```
bash
$ cargo install kickable
```shell $ kickable "it" Yes, yes you can.
```
Hector Gray (@defstream)
Pull Requests welcome. Please make sure all tests pass 😀
Kickable by Hector Gray is marked with CC0 1.0 Universal. To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0