GoodbyeKT icon indicating copy to clipboard operation
GoodbyeKT copied to clipboard

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

GoodbyeKT

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

Example

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

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