/GoodbyeKT

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

Primary LanguageRustMIT LicenseMIT

GoodbyeKT

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

Example

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

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