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 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.
- Returns true if the input supplied is kickable.
Type Aliases
Result<T, Error>