Expand description
kickable is a package created to answer the age old question… “Can I Kick It?”
Quick Links:
- Can I Kick It music video
§Example
Run
$ cargo add kickableThen use kickable in your code: fn main() { let kickable = kickable::validate(“it”); println!(“Can I kick it? {kickable}”); }
Modules§
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>