goodbye_kt 0.1.0

Rust library that can be reset if you think it's slow
Documentation

GoodbyeKT

Rust library that can be reset if you think it's slow

Example

fn main() {
    let status = goodbye_kt::reset();

    println!("{}", status);
}