crate status branch status ci status coverage status docs status

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

Download the binary from the releases page and place it in your path, or if you have cargo installed. shell $ cargo add kickable

Usage

```rust use kickable;

fn main() { let kickable = kickable::validate("it"); println!("Can you kick it? {kickable}"); } ```

CLI

Install

bash $ cargo install kickable

Usage

```shell $ kickable "it" Yes, yes you can.

```

Maintainers

Hector Gray (@defstream)

Contribute

Pull Requests welcome. Please make sure all tests pass 😀

License

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

license