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§

args
config
i18n

Functions§

validate
Returns true if the input supplied is kickable.
validate_amongst
Returns true if the input supplied is kickable.

Type Aliases§

Result
Result<T, Error>