Crate kickable

source ·
Expand description

kickable is a package created to answer the age old question… “Can I Kick It?

Quick Links:

Example

Run

$ cargo add kickable

Then use kickable in your code`:

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

Modules

Functions

Returns true if the input supplied is kickable.

Type Definitions

Result<T, Error>