kickable 0.5.14

kickable is a crate created to answer the age old question... Can I kick it?
Documentation

crate status branch status ci status travis 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.

$ cargo add kickable

Usage

use kickable;

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

CLI

Install

$ cargo install kickable

Usage

$ kickable "it"
Yes, yes you can.2

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