kickable 0.6.0

kickable is a crate created to answer the age old question... Can I kick it?
Documentation
1
2
3
4
fn main() {
    let kickable = kickable::validate("it");
    println!("Can I kick it? {kickable}");
}